This commit is contained in:
@@ -8,4 +8,6 @@ test("detectLanguage recognizes common source files", () => {
|
||||
assert.equal(detectLanguage("/tmp/Dockerfile"), "Dockerfile");
|
||||
assert.equal(detectLanguage("/tmp/types.d.ts"), "TypeScript");
|
||||
assert.equal(detectLanguage("/tmp/file.unknown"), "Plain Text");
|
||||
assert.equal(detectLanguage("/tmp/component.astro"), "Astro");
|
||||
assert.equal(detectLanguage("/tmp/Makefile"), "Makefile");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user