Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-ign0re committed Aug 10, 2022
1 parent c1e2eac commit 64e20e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jim-wendler-program",
"version": "0.1.5",
"version": "0.1.6",
"description": "Jim Wendler Powerlifting Program Algorithm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/default-program.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('defaultProgram', () => {
expect(() => defaultProgram(undefined, jim_wendler_program)).toThrow();
// @ts-expect-error - this is a test
expect(() => defaultProgram(null, jim_wendler_program)).toThrow();

// program
expect(() => defaultProgram(0, [])).toThrow();
// @ts-expect-error - this is a test
Expand Down

0 comments on commit 64e20e7

Please sign in to comment.