mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
chore: add regression test (#23695)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'cypress'
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
supportFile: false,
|
||||
},
|
||||
})
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"typescript": "4.7.3"
|
||||
},
|
||||
"type": "module",
|
||||
"projectFixtureDirectory": "simple_passing"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
typescript@4.7.3:
|
||||
version "4.7.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
|
||||
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
|
||||
@@ -9,6 +9,7 @@ describe('cypress config with esm and cjs', function () {
|
||||
'config-cjs-and-esm/config-with-cjs',
|
||||
'config-cjs-and-esm/config-with-js-module',
|
||||
'config-cjs-and-esm/config-with-ts-module',
|
||||
'config-cjs-and-esm/config-node-next',
|
||||
|
||||
// This covers Vite and SvelteKit e2e projects
|
||||
'config-cjs-and-esm/config-with-ts-module-and-esbuild',
|
||||
|
||||
Reference in New Issue
Block a user