mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
test: add initial component tests (#923)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
7
test/nuxt/nuxt.config.ts
Normal file
7
test/nuxt/nuxt.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import module from '../../src/module'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
module
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user