mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 08:29:06 -06:00
fix: make the glob groups work on windows
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"check-ts": "tsc --noEmit && yarn -s tslint",
|
||||
"clean-deps": "rimraf node_modules",
|
||||
"tslint": "tslint --config ../ts/tslint.json --project .",
|
||||
"clean": "rimraf './{src,test}/**/*(!.stories).js'",
|
||||
"clean": "rimraf './{src,test}/**/*.js'",
|
||||
"test": "yarn test-unit",
|
||||
"test-unit": "mocha -r @packages/ts/register --config ./test/.mocharc.js"
|
||||
},
|
||||
|
||||
@@ -349,7 +349,7 @@ describe('code-generator', () => {
|
||||
sinon.stub(ctx.project.frameworkLoader, 'load').resolves(FRONTEND_FRAMEWORKS[1])
|
||||
|
||||
const newSpecCodeGenOptions = new SpecOptions(ctx, {
|
||||
codeGenPath: path.join(__dirname, 'files', 'vue', 'Button.stories.js'),
|
||||
codeGenPath: path.join(__dirname, 'files', 'vue', 'Button.stories.ts'),
|
||||
codeGenType: 'story',
|
||||
specFileExtension: '.cy',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user