Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Nov 5, 2024
1 parent f68b2ba commit 1183775
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"pnpm": ">=9"
},
"workspaces": {
"packages": ["packages/*", "examples/*"]
"packages": [
"packages/*",
"examples/*"
]
},
"scripts": {
"lint": "pnpm --recursive --parallel lint",
Expand Down Expand Up @@ -37,5 +40,6 @@
"rimraf": "^4.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
3 changes: 2 additions & 1 deletion packages/earl/src/validators/snapshots/toMatchSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export function toMatchSnapshot(control: Control, context: TestContext) {
} else if (snapshot.expected === undefined) {
control.assert({
success: false,
reason: 'No snapshot was found. Snapshots cannot be generated on CI. Run tests locally to generate snapshots.',
reason:
'No snapshot was found. Snapshots cannot be generated on CI. Run tests locally to generate snapshots.',
negatedReason: '',
actual,
expected: undefined,
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 1183775

Please sign in to comment.