Skip to content

Commit

Permalink
Fix build and version
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Sep 25, 2024
1 parent cc7dae8 commit fa7e8f5
Show file tree
Hide file tree
Showing 6 changed files with 1,896 additions and 3,272 deletions.
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
preset: "@vue/cli-plugin-unit-jest",
verbose: true
verbose: true,
transform: {
"\\.[jt]sx?$": "babel-jest",
},
};
Loading

0 comments on commit fa7e8f5

Please sign in to comment.