Skip to content

Commit

Permalink
refactor test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 6, 2023
1 parent d77b5c6 commit b97e8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/pr-testing-with-generator.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"homepage": "https://github.com/asyncapi/markdown-template#readme",
"scripts": {
"start": "npm run test:generator:v2",
"test": "jest --coverage",
"test": "npm run test:library && npm run test:generator",
"test:library": "jest --coverage",
"test:generator": "npm run test:generator:v2 && npm run test:generator:v3",
"test:generator:v2": "asyncapi generate fromTemplate ./test/spec/asyncapi_v2.yml ./ -o test/output --force-write",
"test:generator:v3": "asyncapi generate fromTemplate ./test/spec/asyncapi_v3.yml ./ -o test/output --force-write",
Expand Down

0 comments on commit b97e8da

Please sign in to comment.