Skip to content

Commit

Permalink
Merge pull request #906 from oslokommune/move-function-tests
Browse files Browse the repository at this point in the history
Move function tests to `functions/tests`
  • Loading branch information
simenheg authored Nov 6, 2023
2 parents 098554a + 5db3b0c commit fa27f7a
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 fa27f7a

Please sign in to comment.