We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf97836 commit cf68c96Copy full SHA for cf68c96
test/test-app.js
@@ -6,8 +6,6 @@ var helpers = require('yeoman-generator').test;
6
var os = require('os');
7
8
describe('node-ts:app', function () {
9
- //Needs only 5 seconds for running tsd and tsd install node --save but keeping it for 30 seconds for travis
10
- this.timeout(5000);
11
before(function (done) {
12
helpers.run(path.join(__dirname, '../generators/app'))
13
.withOptions({ skipInstall: true })
@@ -36,7 +34,6 @@ describe('node-ts:app', function () {
36
34
assert.file([
37
35
'.vscode/tasks.json',
38
'typings/app.d.ts',
39
- 'typings/node',
40
'gulpfile.js',
41
'tsconfig.json',
42
'tslint.json',
0 commit comments