Move test files to a separate directory

This commit is contained in:
mikiher 2024-04-30 11:30:00 +03:00
parent ff27c0b58b
commit 2eb19d46d5
4 changed files with 9 additions and 8 deletions

View file

@ -5,6 +5,7 @@ module.exports = defineConfig({
devServer: {
framework: "nuxt",
bundler: "webpack"
}
},
specPattern: "cypress/tests/**/*.cy.js"
}
})