Skip to content

Commit d5d4bd3

Browse files
Removed the instances test command from the npm test command and changed the name from test:cli to test:instances
Signed-off-by: Anshukumar123975 <[email protected]>
1 parent 9059277 commit d5d4bd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"test": "npm run test:semantic && npm run test:cli",
8+
"test": "npm run test:semantic",
99
"test:semantic": "cucumber-js \"semantic/features/**/*.feature\" --loader ts-node/esm --import \"semantic/features/support/Javascript/*.ts\" --tags \"not @skip\"",
10-
"test:cli": "cucumber-js validate/features --import validate/validateSteps.js",
10+
"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"
1313
},

semantic/features/support/C#/Semantic.Support.CSharp/obj/Debug/net6.0/Semantic.Support.CSharp.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("Semantic.Support.CSharp")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e2773a9b63650b8c3362771be84170f04fce5f0a")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+905927797d1b7dc6402e91969d85ed5b5ecf8a49")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("Semantic.Support.CSharp")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("Semantic.Support.CSharp")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
218a0ec76e8a642c45f56dcad9a79ddc29b83e44ab182a884011017cbe6497ef
1+
4541b68af7704a820da6e57eeb7aa8dae535881149d0e4ffc6e0c14037a42dec

0 commit comments

Comments
 (0)