Skip to content

Commit cedc8ec

Browse files
Some minor changes
Signed-off-by: Anshukumar123975 <[email protected]>
1 parent d775947 commit cedc8ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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\"",
9+
"test:semantic": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/Javascript/*.ts\" --tags \"not @skip\"",
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"

semantic/features/enums.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Feature: Semantic Validation of Enum Declarations in CTO Models
2222
When I validate the models
2323
Then no error should be thrown
2424

25-
@skip
2625
Scenario: Enum name conflicts with imported enum should throw an error
2726
Given I load the following models:
2827
| model_file | alias |

0 commit comments

Comments
 (0)