File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ To run all tests locally:
29
29
30
30
- Unit tests: ` npm run generator:test:unit `
31
31
- Integration tests: ` npm run generator:test:integration `
32
- - CLI tests: ` npm run generator:test:cli `
33
32
34
33
### Adding tests
35
34
Original file line number Diff line number Diff line change 14
14
"generator:test:dev" : " turbo run test:dev" ,
15
15
"generator:test:unit" : " turbo run test:unit --filter=@asyncapi/generator" ,
16
16
"generator:test:integration" : " turbo run test:integration --filter=@asyncapi/generator" ,
17
- "generator:test:cli" : " turbo run test:cli --filter=@asyncapi/generator" ,
18
17
"generator:test:cleanup" : " turbo run test:cleanup --filter=@asyncapi/generator" ,
19
18
"generator:docs" : " turbo run docs --filter=@asyncapi/generator" ,
20
19
"generator:docker:build" : " turbo run docker:build --filter=@asyncapi/generator" ,
Original file line number Diff line number Diff line change 16
16
"test:update" : { "cache" : false },
17
17
"test:unit" : {"cache" :false },
18
18
"test:integration" : {"cache" : false },
19
- "test:cli" : {
20
- "dependsOn" : [" build" ],
21
- "cache" : false
22
- },
23
19
"test:cleanup" : {},
24
20
"docs" : {},
25
21
"docker:build" : {},
You can’t perform that action at this time.
0 commit comments