File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments