Skip to content

Commit

Permalink
Fix incorrect tsconfig change and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 15, 2024
1 parent 7177b65 commit b400714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ describe('validateFile', () => {
);
await assertReject(
// File doesn't exist
validateFile(`${staticDir}/test.nope`, staticDir),
NotFound
validateFile(`${staticDir}/test.nope`, staticDir),
NotFound
);
await assertReject(
// Nested directory
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"declaration": true
},
"include": [
"src/**/*",
"test/**/*",
"src/**/*"
]
}

0 comments on commit b400714

Please sign in to comment.