Skip to content

Commit

Permalink
fix prettier tests; dedupe lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Dec 20, 2024
1 parent 36b64eb commit bcda7ae
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 4,191 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Config } from "jest";

const config: Config = {
/** @type {import('jest').Config} */
const config = {
testEnvironment: "node",
extensionsToTreatAsEsm: [".ts"],
testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/dist"],
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@quri/configs": "workspace:*",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"files": [
Expand Down
Loading

0 comments on commit bcda7ae

Please sign in to comment.