[jest] add *_node presets (#126192)

This commit is contained in:
Spencer 2022-02-23 09:36:30 -06:00 committed by GitHub
parent a20e4baa54
commit 1a1a191eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 97 additions and 22 deletions

View file

@ -7,7 +7,7 @@
*/
module.exports = {
preset: '@kbn/test',
preset: '@kbn/test/jest_node',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-plugin-generator'],
};

View file

@ -7,7 +7,7 @@
*/
module.exports = {
preset: '@kbn/test/jest_integration',
preset: '@kbn/test/jest_integration_node',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-plugin-generator'],
};