Skip to content

Commit d775947

Browse files
Removed skip tag for checking the bugs
Signed-off-by: Anshukumar123975 <[email protected]>
1 parent d5d4bd3 commit d775947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"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\"",
9+
"test:semantic": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/Javascript/*.ts\"",
1010
"test:instances": "cucumber-js validate/features --import validate/validateSteps.js",
1111
"test:csharp": "dotnet test semantic/features/support/C#/Semantic.Support.CSharp/Semantic.Support.CSharp.csproj",
1212
"start": "node cli.js"

0 commit comments

Comments
 (0)