Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Aug 18, 2020
1 parent 79cbd61 commit bfa784f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,34 @@ Generated by [AVA](https://avajs.dev).
url: 'https://github.com/mock_name/output/issues',
},
dependencies: {
'@vue/composition-api': '^1.0.0-beta.6',
'@vue/composition-api': '^1.0.0-beta.10',
},
devDependencies: {
'@ava/babel': '^1.0.1',
'@babel/core': '^7.10.5',
'@babel/preset-env': '^7.10.4',
'@commitlint/cli': '^9.1.1',
'@commitlint/config-conventional': '^9.1.1',
'@rollup/plugin-babel': '^5.1.0',
'@rollup/plugin-commonjs': '^14.0.0',
'@vue/test-utils': '^1.0.3',
ava: '^3.10.1',
'@babel/core': '^7.11.1',
'@babel/preset-env': '^7.11.0',
'@commitlint/cli': '^9.1.2',
'@commitlint/config-conventional': '^9.1.2',
'@rollup/plugin-babel': '^5.2.0',
'@rollup/plugin-commonjs': '^15.0.0',
'@vue/test-utils': '^1.0.4',
ava: '^3.11.1',
'babel-eslint': '^10.1.0',
'babel-plugin-module-resolver': '^4.0.0',
eslint: '^7.5.0',
eslint: '^7.7.0',
'eslint-config-prettier': '^6.11.0',
'eslint-config-vue': '^2.0.2',
'eslint-plugin-prettier': '^3.1.4',
'eslint-plugin-vue': '^6.2.2',
husky: '^4.2.5',
jsdom: '^16.3.0',
jsdom: '^16.4.0',
'jsdom-global': '^3.0.2',
prettier: '^2.0.5',
'require-extension-hooks': '^0.3.3',
'require-extension-hooks-babel': '^1.0.0',
'require-extension-hooks-vue': '^3.0.0',
rollup: '^2.22.2',
'rollup-plugin-terser': '^6.1.0',
rollup: '^2.26.3',
'rollup-plugin-terser': '^7.0.0',
'rollup-plugin-vue': '^5.1.6',
shipjs: '^0.20.1',
vue: '^2.6.11',
Expand All @@ -90,8 +90,8 @@ Generated by [AVA](https://avajs.dev).
bundle: 'rollup -c build/rollup.config.js',
'bundle:min': 'rollup -c build/rollup.min.config.js',
lint: 'npm run lint:eslint && npm run lint:prettier',
'lint:eslint': 'eslint \'src/**/*.{js,vue}\'',
'lint:eslint:fix': 'eslint --fix \'src/**/*.{js,vue}\'',
'lint:eslint': 'eslint "{,!(node_modules|dist)/**/}*.{js,vue}"',
'lint:eslint:fix': 'eslint --fix "{,!(node_modules|dist)/**/}*.{js,vue}"',
'lint:prettier': 'prettier --check "{,!(node_modules|dist)/**/}*.{js,vue}"',
'lint:prettier:fix': 'prettier --write "{,!(node_modules|dist)/**/}*.{js,vue}"',
lintfix: 'npm run lint:eslint:fix && npm run lint:prettier:fix',
Expand Down
Binary file modified test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit bfa784f

Please sign in to comment.