Skip to content

Commit ae9b20e

Browse files
committed
fix: lint
1 parent 7b0264e commit ae9b20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, it, expect } from 'vitest'
22
import type { LocationQuery } from 'vue-router'
3-
import { getGCLID } from '../../src/runtime/utm'
43
import type { GCLIDParams } from 'nuxt-utm'
4+
import { getGCLID } from '../../src/runtime/utm'
55

66
describe('getGCLID', () => {
77
it('should return GCLID and gad_source when both are present in query', () => {

0 commit comments

Comments
 (0)