Skip to content

Commit 06a97bc

Browse files
chore: remove cli testing from package.json (#1383)
Co-authored-by: Adi-204 <adiboghawala@gmail.com> Co-authored-by: Chan <bot+chan@asyncapi.io>
1 parent 2d84812 commit 06a97bc

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Development.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ To run all tests locally:
2929

3030
- Unit tests: `npm run generator:test:unit`
3131
- Integration tests: `npm run generator:test:integration`
32-
- CLI tests: `npm run generator:test:cli`
3332

3433
### Adding tests
3534

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"generator:test:dev": "turbo run test:dev",
1515
"generator:test:unit": "turbo run test:unit --filter=@asyncapi/generator",
1616
"generator:test:integration": "turbo run test:integration --filter=@asyncapi/generator",
17-
"generator:test:cli": "turbo run test:cli --filter=@asyncapi/generator",
1817
"generator:test:cleanup": "turbo run test:cleanup --filter=@asyncapi/generator",
1918
"generator:docs": "turbo run docs --filter=@asyncapi/generator",
2019
"generator:docker:build": "turbo run docker:build --filter=@asyncapi/generator",

turbo.json

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"test:update": { "cache": false },
1717
"test:unit": {"cache":false},
1818
"test:integration": {"cache": false},
19-
"test:cli": {
20-
"dependsOn": ["build"],
21-
"cache": false
22-
},
2319
"test:cleanup": {},
2420
"docs": {},
2521
"docker:build": {},

0 commit comments

Comments
 (0)