Add Cypress config and support files

This commit is contained in:
mikiher 2024-04-15 23:57:21 +03:00
parent 303ef6b7c5
commit f597798839
5 changed files with 78 additions and 0 deletions

View file

@ -153,4 +153,6 @@ module.exports = {
* See: [Issue tracker](https://github.com/nuxt-community/tailwindcss-module/issues/480)
*/
devServerHandlers: [],
ignore: ["**/*.test.*", "**/*.cy.*"]
}