Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from ianwalter/bff
Browse files Browse the repository at this point in the history
ava -> bff
  • Loading branch information
Ian Walter authored Apr 15, 2019
2 parents de10232 + 891d647 commit cccdae5
Show file tree
Hide file tree
Showing 20 changed files with 4,765 additions and 5,345 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"dist"
],
"scripts": {
"lint": "eslint index.js cli.js test",
"lint": "eslint index.js cli.js tests",
"pretest": "./cli.js && ./cli.js",
"test": "ava"
"test": "bff"
},
"dependencies": {
"@babel/core": "^7.4.0",
Expand All @@ -57,9 +57,9 @@
"devDependencies": {
"@babel/runtime": "^7.4.0",
"@ianwalter/babel-preset-lib": "^1.2.0",
"@ianwalter/bff": "^2.9.0",
"@ianwalter/eslint-config": "^1.1.2",
"@ianwalter/execa-helper": "^1.0.1",
"ava": "^1.4.1",
"execa": "^1.0.0",
"np": "^4.0.2",
"postcss": "^7.0.14",
"rollup-plugin-vue": "^4.7.2",
Expand Down
31 changes: 0 additions & 31 deletions test/cli.test.js

This file was deleted.

187 changes: 0 additions & 187 deletions test/snapshots/cli.test.js.md

This file was deleted.

Binary file removed test/snapshots/cli.test.js.snap
Binary file not shown.
Loading

0 comments on commit cccdae5

Please sign in to comment.