Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 1, 2022
1 parent 47221a1 commit e957e24
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 6 deletions.
117 changes: 113 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@schoero/tsconfig": "^0.1.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.7.23",
"markdownlint": "^0.26.2",
"vitest": "^0.23.4",
"vitest-github-actions-reporter": "^0.8.3"
},
Expand Down Expand Up @@ -45,4 +46,4 @@
"volta": {
"node": "18.8.0"
}
}
}
1 change: 1 addition & 0 deletions tests/compiler/function.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ describe("Compiler: Function", () => {
});

}

{

const testFileContent = `
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from "vitest/config";
import tsconfigPaths from "vite-tsconfig-paths";
import GithubActionsReporter from "vitest-github-actions-reporter";

export default defineConfig({
Expand Down

0 comments on commit e957e24

Please sign in to comment.