We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d4bd3 commit d775947Copy full SHA for d775947
package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"test": "npm run test:semantic",
9
- "test:semantic": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/Javascript/*.ts\" --tags \"not @skip\"",
+ "test:semantic": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/Javascript/*.ts\"",
10
"test:instances": "cucumber-js validate/features --import validate/validateSteps.js",
11
"test:csharp": "dotnet test semantic/features/support/C#/Semantic.Support.CSharp/Semantic.Support.CSharp.csproj",
12
"start": "node cli.js"
0 commit comments