Skip to content

Commit

Permalink
Update tests (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed May 1, 2015
1 parent f24af4b commit 49aaf02
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/baselines/basic/default/js/other-3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/basic/default/js/test-3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/basic/ts-next/js/other-3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/basic/ts-next/js/test-3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/out/default/js/concat.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/out/ts-next/js/concat.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions test/basic/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"declaration": true,
"module": "amd",
"sourceRoot": ""
"module": "amd"
},
"files": [
"test-3.ts",
Expand Down
1 change: 0 additions & 1 deletion test/externalResolve/gulptask.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = function(newTS, lib, output, reporter) {
.pipe(newTS({
declarationFiles: true,
module: 'commonjs',
sourceRoot: '',
typescript: lib
}, undefined, reporter));

Expand Down
1 change: 0 additions & 1 deletion test/filter-referencedFrom/gulptask.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = function(newTS, lib, output, reporter) {
declarationFiles: true,
noExternalResolve: true,
sortOutput: true,
sourceRoot: '',
typescript: lib
});

Expand Down
1 change: 0 additions & 1 deletion test/out/gulptask.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = function(newTS, lib, output, reporter) {
.pipe(sourcemaps.init())
.pipe(newTS({
declarationFiles: true,
sourceRoot: '',
out: 'concat.js',
typescript: lib
}, undefined, reporter));
Expand Down

0 comments on commit 49aaf02

Please sign in to comment.