mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +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
|
||||
]
|
||||
})
|
||||
3
test/nuxt/tsconfig.json
Normal file
3
test/nuxt/tsconfig.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
// "extends": "./.nuxt/tsconfig.json"
|
||||
}
|
||||
Reference in New Issue
Block a user