Skip to content

Commit

Permalink
Merge pull request #1664 from malloydata/render-solid
Browse files Browse the repository at this point in the history
feat: migrate renderer to solidjs
  • Loading branch information
skokenes authored Mar 26, 2024
2 parents 9d9df6b + b35d82f commit 4f4178c
Show file tree
Hide file tree
Showing 24 changed files with 997 additions and 809 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const transformIgnoreModules = [

module.exports = {
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
setupFiles: ['<rootDir>/test/jest.setup.js'],
setupFilesAfterEnv: ['jest-expect-message'],
testMatch: ['**/?(*.)spec.(ts|js)?(x)'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/out/'],
Expand Down
Loading

0 comments on commit 4f4178c

Please sign in to comment.