mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
test: add import protection test
This commit is contained in:
parent
cfdbbb4e48
commit
fbd5c33ba2
@ -24,6 +24,7 @@ const testsToTriggerOn = [
|
||||
['some-nuxt-module', 'components/Component.vue', true],
|
||||
['/root/src/server/api/test.ts', 'components/Component.vue', true],
|
||||
['src/server/api/test.ts', 'components/Component.vue', true],
|
||||
['node_modules/nitropack/node_modules/crossws/dist/adapters/bun.mjs', 'node_modules/nitropack/dist/presets/bun/runtime/bun.mjs', false],
|
||||
] as const
|
||||
|
||||
describe('import protection', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user