Skip to content

Commit

Permalink
test: update snapshot for repo-checker folder validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuunen committed Dec 29, 2024
1 parent 6e2ce3e commit b2d01c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__snapshots__/check.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`check A repo-checker folder fails with low max size 1`] = `"failed at validating at least one rule in one folder : package-json-main-file-size-61ko-should-be-less-or-equal-to-max-size-allowed-2ko"`;
exports[`check A repo-checker folder fails with low max size 1`] = `"failed at validating at least one rule in one folder : package-json-main-file-size-60ko-should-be-less-or-equal-to-max-size-allowed-2ko"`;

exports[`check B repo-checker folder succeed 1`] = `
{
Expand Down Expand Up @@ -41,7 +41,7 @@ exports[`check B repo-checker folder succeed 1`] = `
"package-json-main-file-maximum-size-is-specified-in-data-file-ex-max-size-ko-100",
"package-json-has-a-dist-repo-check-js-file",
"package-json-main-file-specified-in-package-json-dist-repo-check-js-exists-on-disk-be-sure-to-build-before-run-repo-check",
"package-json-main-file-size-61ko-should-be-less-or-equal-to-max-size-allowed-120ko",
"package-json-main-file-size-60ko-should-be-less-or-equal-to-max-size-allowed-120ko",
"package-json-has-a-schema-declaration",
"package-json-has-a-bugs-property",
"package-json-has-a-description-property",
Expand Down

0 comments on commit b2d01c3

Please sign in to comment.