mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[jest] add *_node presets (#126192)
This commit is contained in:
parent
a20e4baa54
commit
1a1a191eb7
18 changed files with 97 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
preset: '@kbn/test/jest_node',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-plugin-generator'],
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
module.exports = {
|
||||
preset: '@kbn/test/jest_integration',
|
||||
preset: '@kbn/test/jest_integration_node',
|
||||
rootDir: '../..',
|
||||
roots: ['<rootDir>/packages/kbn-plugin-generator'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue