Skip to content

Commit

Permalink
[SDPA-234] add test for ripple (#192)
Browse files Browse the repository at this point in the history
* [SDPA-234] Added test into Ripple

* [SDPA-234] Added fix for outdated prop name

* [SDPA-234] Added story for form

* [SDPA-234] Add jest setting to vic-gov-au according Ripple changes

* [SDPA-234] Updated to skip download chrome in Ripple

* [SDPA-234] Remove local debugger statement

* [SDPA-234] Updated branch and update pcakges

* install curl for non-prod container (#198)

* install curl for non-prod container

* install curl for non-prod container
  • Loading branch information
tim-yao authored Jul 16, 2018
1 parent e6972ab commit e089d6a
Show file tree
Hide file tree
Showing 14 changed files with 18,652 additions and 3,497 deletions.
13 changes: 12 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,16 @@
"syntax-dynamic-import",
"transform-vue-jsx",
"transform-runtime"
]
],
"env": {
"test": {
"presets": [
[
"env"
],
"stage-2",
"vue"
]
}
}
}
7 changes: 5 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ module.exports = {
},
env: {
browser: true,
jest: true
},
extends: [
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
// consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules.
'plugin:vue/essential',
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
'standard'
'standard',
"plugin:jest/recommended"
],
// required to lint *.vue files
plugins: [
'vue'
'vue',
'jest'
],
// add your custom rules here
rules: {
Expand Down
1 change: 1 addition & 0 deletions __mocks__/fileMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = 'file-stub'
1 change: 1 addition & 0 deletions __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {}
Loading

0 comments on commit e089d6a

Please sign in to comment.