Skip to content

Commit

Permalink
chore: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Oct 20, 2023
1 parent 0fc0294 commit 9bf00b0
Show file tree
Hide file tree
Showing 13 changed files with 2,629 additions and 2,125 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingComma": "all"
}
18 changes: 17 additions & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"test": "vitest run",
"test:watch": "chokidar \"tests/**/*.ts\" \"contracts/**/*.clar\" -c \"npm run test:coverage\"",
"test:coverage": "vitest run -- --coverage true"
"test:coverage": "vitest run -- --coverage true",
"format": "prettier ./unit-tests --write"
},
"author": "",
"license": "ISC",
Expand All @@ -26,6 +27,7 @@
"@fast-check/vitest": "^0.0.8",
"@vitest/ui": "^0.34.6",
"chokidar-cli": "^3.0.0",
"fast-check": "^3.13.1"
"fast-check": "^3.13.1",
"prettier": "^3.0.3"
}
}
38 changes: 19 additions & 19 deletions unit-tests/pyth/fixtures.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 9bf00b0

Please sign in to comment.