From 53494219ff93f31761d3769af786f4f4ce1bb865 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Tue, 1 Mar 2016 10:16:12 -0800 Subject: [PATCH] Update tests --- test/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app.js b/test/app.js index 2f616d4..94125d6 100644 --- a/test/app.js +++ b/test/app.js @@ -10,6 +10,7 @@ describe('generator-typings:app', function () { .withPrompts({ sourceUri: 'facebook/reactDOM', projectUri: 'unional/typed-reactDOM', + isNpm: false, username: 'unional' }) .on('end', done); @@ -19,7 +20,6 @@ describe('generator-typings:app', function () { assert.file([ '.vscode/settings.json', 'test/test.ts', - 'test/tsconfig.json', '.editorconfig', '.gitignore', 'LICENSE',