Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent 0207f88 commit 2473c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,22 @@
"@types/nock": "^9.1.2",
"@types/node": "^9.4.0",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"fancy-test": "^0.5.1",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"mocha-junit-reporter": "^1.17.0"
},
"devDependencies": {
"@dxcli/dev-nyc-config": "^0.0.3",
"@dxcli/dev-semantic-release": "^0.1.0",
"@dxcli/dev-tslint": "^0.0.17",
"@dxcli/engine": "^0.1.11",
"@dxcli/version": "^0.1.5",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cli-ux": "^3.2.0",
"eslint": "^4.16.0",
"eslint-config-dxcli": "^1.1.4",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"nyc": "^11.4.1",
Expand Down
6 changes: 0 additions & 6 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,3 @@ os.forEach(os => {
})
})
})

describe('chai-as-promised', () => {
it('eventually expects', async () => {
await expect(Promise.resolve('foo')).to.eventually.equal('foo')
})
})

0 comments on commit 2473c2f

Please sign in to comment.