Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

59 add unit tests #67

Merged
merged 5 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const config = {
// notifyMode: "failure-change",

// A preset that is used as a base for Jest's configuration
preset: "jest-puppeteer",
// preset: "jest-puppeteer",

// Run tests from one or more projects
// projects: undefined,
Expand Down Expand Up @@ -142,7 +142,7 @@ const config = {
// runner: "jest-runner",

// The paths to modules that run some code to configure or set up the testing environment before each test
// setupFiles: ["jest-webgl-canvas-mock"],
setupFiles: ["jest-canvas-mock"],

// A list of paths to modules that run some code to configure or set up the testing framework before each test
// setupFilesAfterEnv: ["jest-webgl-canvas-mock"],
Expand Down
Loading
Loading