feat: Add support for cypress and vitest
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
7
cypress.config.js
Normal file
7
cypress.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'cypress'
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
supportFile: false
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user