This commit is contained in:
@@ -9,4 +9,7 @@ test("shouldIgnoreCountFile skips generic project metadata files", () => {
|
||||
assert.equal(shouldIgnoreCountFile("/tmp/docker-compose.yml"), true);
|
||||
assert.equal(shouldIgnoreCountFile("/tmp/src/index.ts"), false);
|
||||
assert.equal(shouldIgnoreCountFile("/tmp/README.md"), false);
|
||||
assert.equal(shouldIgnoreCountFile("dist/bundle.min.js"), true);
|
||||
assert.equal(shouldIgnoreCountFile("vendor/lib/index.ts"), true);
|
||||
assert.equal(shouldIgnoreCountFile("src/api.generated.ts"), true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user