Skip to content

Commit

Permalink
Switch to vitest & update deps (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 authored Nov 16, 2023
1 parent 91f5894 commit ee14abc
Show file tree
Hide file tree
Showing 11 changed files with 4,973 additions and 3,369 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
name: DataTypes.STRING,
age: DataTypes.NUMBER,
}
},
);

type User = Infer<typeof users>;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
email: {
type: DataTypes.STRING,
},
}
},
);
type User = Infer<typeof users>;

Expand Down
Loading

0 comments on commit ee14abc

Please sign in to comment.