Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 0834a4c

Browse files
authored
Add many unit tests to the core logic (#68)
Add many unit tests to the core logic
2 parents 7f4799b + 3441a75 commit 0834a4c

File tree

4 files changed

+500
-276
lines changed

4 files changed

+500
-276
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
include:
66
# - os: windows
77
- os: osx
8-
- node_js: '8.0.0'
8+
- node_js: '8.3.0'
99
- node_js: '12'
1010
cache: npm
1111
after_success: npm run report

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"ava": "1.2.1",
6161
"babel-eslint": "^10.0.1",
6262
"babel-loader": "^8.0.5",
63-
"body": "^5.1.0",
6463
"coveralls": "^3.0.3",
6564
"dependency-check": "^3.3.0",
6665
"eslint": "^5.16.0",
@@ -70,6 +69,7 @@
7069
"eslint-plugin-prettier": "^3.0.1",
7170
"from2-string": "^1.1.0",
7271
"gh-release": "^3.5.0",
72+
"nock": "^11.3.4",
7373
"npm-run-all": "^4.1.3",
7474
"nyc": "^13.3.0",
7575
"prettier": "^1.17.0",

src/deploy/util.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const test = require('ava')
2+
23
const { normalizePath, defaultFilter } = require('./util')
34

45
test('normalizes relative file paths', t => {

0 commit comments

Comments
 (0)