Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 92a56db

Browse files
chore(deps): update dependency typescript to ~3.7.0 (#781)
1 parent d22d0fe commit 92a56db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"require-inject": "^1.4.3",
9393
"source-map-support": "^0.5.6",
9494
"teeny-request": "^5.0.0",
95-
"typescript": "~3.6.0",
95+
"typescript": "~3.7.0",
9696
"uuid": "^3.3.2"
9797
}
9898
}

test/test-scanner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ describe('scanner', () => {
4949
it('should ignore broken links', function(done) {
5050
if (process.platform === 'win32') {
5151
this.skip();
52-
return;
5352
}
5453

5554
scanner.scan(fixture('broken-links'), /.*/).then(fileStats => {

0 commit comments

Comments
 (0)