Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 17, 2019
1 parent a5ff41a commit c7b6866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/utils_test.ts
Expand Up @@ -20,7 +20,7 @@ test(function _isSubdir() {
pairs.forEach(function(p) {
const src = p[0] as string;
const dest = p[1] as string;
const expected = p[2] as Boolean;
const expected = p[2] as boolean;
const sep = p[3] as string;
assertEquals(
isSubdir(src, dest, sep),
Expand Down

0 comments on commit c7b6866

Please sign in to comment.