Skip to content

Commit d564914

Browse files
Ignoring test-without-jest.* files.
1 parent 98af2de commit d564914

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package-lock.json
1010
.history/
1111

1212
# Strange bug with debugging a unit test causes a stop in `async_hooks`.
13-
test-without-jest.ts
13+
test-without-jest.*

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dist/**/*",
2424
"interactive-tests/js/**/*",
2525
"node_modules/**/*",
26+
"test-without-jest.*",
2627
"tests/**/*"
2728
]
2829
}

0 commit comments

Comments
 (0)