mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Enable more biome lints and fix things
This commit is contained in:
@@ -106,7 +106,7 @@ describe("skills", () => {
|
||||
});
|
||||
|
||||
it("should load all skills from fixture directory", () => {
|
||||
const { skills, warnings } = loadSkillsFromDir({
|
||||
const { skills } = loadSkillsFromDir({
|
||||
dir: fixturesDir,
|
||||
source: "test",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user