Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 1, 2016
1 parent a2bc1a9 commit 5349421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('generator-typings:app', function () {
.withPrompts({
sourceUri: 'facebook/reactDOM',
projectUri: 'unional/typed-reactDOM',
isNpm: false,
username: 'unional'
})
.on('end', done);
Expand All @@ -19,7 +20,6 @@ describe('generator-typings:app', function () {
assert.file([
'.vscode/settings.json',
'test/test.ts',
'test/tsconfig.json',
'.editorconfig',
'.gitignore',
'LICENSE',
Expand Down

0 comments on commit 5349421

Please sign in to comment.