Skip to content

Commit

Permalink
Move function tests to functions/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Nov 3, 2023
1 parent 32e6ce6 commit 5db3b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sheetIdFromUrl from '../../functions/util/util';
import sheetIdFromUrl from '../../util/util';

describe('Function utils', () => {
test('gets the Google Sheet ID from a URL', () => {
Expand Down

0 comments on commit 5db3b0c

Please sign in to comment.