Skip to content

Commit cc6f7cf

Browse files
committed
chore: fix tests
1 parent 061397f commit cc6f7cf

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

test/unit/consent.test.ts renamed to test/fixtures/basic/__runtime__/consent.nuxt.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @vitest-environment happy-dom
22
import { ref } from 'vue'
3-
import { useScriptTriggerConsent } from '../../src/runtime/composables/useScriptTriggerConsent'
3+
import { it, expect, describe } from 'vitest'
4+
import { useScriptTriggerConsent } from '../../../../src/runtime/composables/useScriptTriggerConsent'
45

56
function getPromiseState(promise: Promise<any>) {
67
const temp = {}

vitest.config.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)