We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0264e commit ae9b20eCopy full SHA for ae9b20e
test/unit/utm.test.ts
@@ -1,7 +1,7 @@
1
import { describe, it, expect } from 'vitest'
2
import type { LocationQuery } from 'vue-router'
3
-import { getGCLID } from '../../src/runtime/utm'
4
import type { GCLIDParams } from 'nuxt-utm'
+import { getGCLID } from '../../src/runtime/utm'
5
6
describe('getGCLID', () => {
7
it('should return GCLID and gad_source when both are present in query', () => {
0 commit comments