feat: add support for nip44
This commit is contained in:
14
vitest.config.js
Normal file
14
vitest.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['extension/**/*.test.{js,jsx}'],
|
||||
coverage: {
|
||||
reporter: ['text', 'json', 'html'],
|
||||
include: ['extension/**/*.js'],
|
||||
exclude: ['extension/output/**', 'extension/**/*.test.js']
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user