aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-11test: migrate tests from jest to vitestUri Shaked1-10/+0
2023-01-05chore(deps): upgrade typescript, jest, eslintUri Shaked1-4/+5
also upgrade related dependencies: ts-node, ts-jest
2020-08-01test: disable demo project testsUri Shaked1-1/+0
otherwise, node 10 is broken on CI. see jsdom/jsdom#2961 for details.
2020-07-16test: fix broken test on node 10.xUri Shaked1-0/+1
2020-05-26style: reformat jest.config.js with prettierUri Shaked1-3/+3
2020-03-20test: use tsconfig.spec.json when running jestUri Shaked1-1/+6
Also configure tests to fix "Emit skipped" errors in demo project tests, and surpress a warning about esModuleInterop