forked from bugy/script-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fd15a7
commit f16ae39
Showing
26 changed files
with
262 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/cli-plugin-babel/preset' | ||
] | ||
presets: [ | ||
'@vue/cli-plugin-babel/preset' | ||
], | ||
env: { | ||
'test': { | ||
'plugins': ['rewire'] | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,34 +17,41 @@ | |
"@stryker-mutator/babel-transpiler": "^1.3.1", | ||
"@stryker-mutator/core": "^1.3.1", | ||
"@stryker-mutator/javascript-mutator": "^1.3.1", | ||
"@stryker-mutator/karma-runner": "^1.3.1", | ||
"@stryker-mutator/mocha-framework": "^1.3.1", | ||
"@stryker-mutator/karma-runner": "^3.1.0", | ||
"@stryker-mutator/mocha-framework": "^3.1.0", | ||
"@stryker-mutator/webpack-transpiler": "^1.3.1", | ||
"@vue/cli-plugin-babel": "~4.2.0", | ||
"@vue/cli-plugin-e2e-nightwatch": "~4.2.0", | ||
"@vue/cli-plugin-router": "~4.2.0", | ||
"@vue/cli-plugin-unit-mocha": "~4.2.0", | ||
"@vue/cli-plugin-vuex": "~4.2.0", | ||
"@vue/cli-service": "~4.2.0", | ||
"@vue/test-utils": "1.0.0-beta.31", | ||
"axios-mock-adapter": "^1.18.1", | ||
"babel-plugin-rewire": "^1.2.0", | ||
"chai": "^4.1.2", | ||
"chromedriver": "80", | ||
"chai": "^4.2.0", | ||
"expect": "^25.3.0", | ||
"exports-loader": "^0.7.0", | ||
"geckodriver": "^1.19.1", | ||
"http-proxy-middleware": "^1.0.3", | ||
"jest-extended": "^0.11.5", | ||
"jquery": "^3.4.1", | ||
"karma": "^4.4.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^4.0.2", | ||
"mocha": "^6.2.0", | ||
"mock-socket": "^9.0.2", | ||
"node-sass": "^4.13.1", | ||
"sass-loader": "^8.0.2", | ||
"sinon": "^7.5.0", | ||
"vue-cli-plugin-unit-karmajs": "[email protected]:bugy/vue-cli-plugin-unit-karmajs.git", | ||
"vue-template-compiler": "^2.6.11" | ||
}, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"test:unit": "vue-cli-service test:unit", | ||
"test:unit-ci": "vue-cli-service test:unit -b ChromeHeadless", | ||
"test:e2e": "vue-cli-service test:e2e", | ||
"stryker": "stryker run tests/stryker.conf.js" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
import 'materialize-css/js/cash'; | ||
import 'materialize-css/js/global'; | ||
import 'materialize-css/js/waves' | ||
import 'materialize-css/js/waves' | ||
|
||
const Component = require('exports-loader?Component!materialize-css/js/component.js'); | ||
global.Component = Component; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.