fix: make plugin tests run with integration test suites (#1101)
* fix: make plugin tests run with integration test suites" * add: plugins to test pipeline * add: run integration tests on different jobs + fix failing test command * fix: typo * fix: pipeline
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
"test": "jest",
|
||||
"prettier": "prettier",
|
||||
"test:integration": "jest --config=integration-tests/jest.config.js",
|
||||
"test:integration:api": "jest --config=integration-tests/jest.config.js --projects=integration-tests/api",
|
||||
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
|
||||
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user