Skip to content

Commit ed8454d

Browse files
Merge pull request #5 from webdevnerdstuff/dev
Dev
2 parents 2730925 + 019fe81 commit ed8454d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22

3-
# npx lint-staged && npm run test:build
3+
npx lint-staged && npm run test:build
44
npx lint-staged

src/plugin/composables/__tests__/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Helpers Composable', () => {
3131
},
3232
propName: propName,
3333
}))
34-
.toThrowError(`The ${propName} prop column values must be between 1 and 12`);
34+
.toThrowError(`The ${propName} values must be between 1 and 12`);
3535
});
3636
});
3737
});

0 commit comments

Comments
 (0)