We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fea2a1 commit f385a3cCopy full SHA for f385a3c
jest.config.js
@@ -5,7 +5,8 @@ module.exports = {
5
globals: {
6
__DEV__: true,
7
__VERSION__: pkg.version,
8
- __VUE_2__: process.env.VUE === "2"
+ __VUE_2__: process.env.VUE === "2",
9
+ __COMMIT__: "none"
10
},
11
setupFiles: [
12
"<rootDir>/__tests__/setupTest.js",
0 commit comments