Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jun 18, 2018
1 parent 47febfd commit 80ffc3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/baselines/tsconfigProjectReferences/dev/dts/b.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Input file C:/dev/gulp-typescript/test/tsconfigProjectReferences/a/a.d.ts was missing */

declare const a = 1;
//# sourceMappingURL=a.d.ts.map
declare const b = 1;
//# sourceMappingURL=b.d.ts.map
2 changes: 2 additions & 0 deletions test/tsconfigProjectReferences/a/a.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const a = 1;
//# sourceMappingURL=a.d.ts.map

0 comments on commit 80ffc3d

Please sign in to comment.