Skip to content

Commit

Permalink
add build setup to make it ready for publishing (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomca authored Jun 2, 2024
1 parent afb9582 commit c177f65
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
test-app/
src/**/*.js
integration-tests/**/*.js
integration-tests/**/*.js
dist/
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
export default {
preset: "ts-jest",
testEnvironment: "jsdom",
setupFilesAfterEnv: ["./setupTestFramework.ts"],
Expand Down
Loading

0 comments on commit c177f65

Please sign in to comment.