mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
fix tests for core plugins
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
"version": "2.0.0-SNAPSHOT",
|
||||
"license": "BSD-3-Clause",
|
||||
"scripts": {
|
||||
"build": "webpack --mode=development"
|
||||
"build": "webpack --mode=development",
|
||||
"test": "jest --config=../../scm-ui/scripts/jest-plugin.config.js"
|
||||
},
|
||||
"jest": {
|
||||
"transform": {
|
||||
"^.+\\.js$": "../../scm-ui/scripts/babelPluginTransformer.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user