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:
@@ -10,12 +10,15 @@ module.exports = {
|
||||
globalTeardown: "<rootDir>/integration-tests/globalTeardown.js",
|
||||
rootDir: `../`,
|
||||
roots: pkgs,
|
||||
projects: [
|
||||
"<rootDir>/integration-tests/api/jest.config.js",
|
||||
"<rootDir>/integration-tests/plugins/jest.config.js",
|
||||
],
|
||||
testPathIgnorePatterns: [
|
||||
`/examples/`,
|
||||
`/www/`,
|
||||
`/dist/`,
|
||||
`/node_modules/`,
|
||||
`/plugins/`,
|
||||
`__tests__/fixtures`,
|
||||
`__testfixtures__`,
|
||||
`.cache`,
|
||||
|
||||
Reference in New Issue
Block a user