Skip to content

Commit

Permalink
Move plugins to /tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leowrites committed Oct 20, 2024
1 parent 9f4acea commit 477c969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-viz/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const config: Config = {
// slowTestThreshold: 5,

// A list of paths to snapshot serializer modules Jest should use for snapshot testing
snapshotSerializers: ["./src/plugins/pretty_svg.ts"],
snapshotSerializers: ["./src/tests/plugins/pretty_svg.ts"],

// The test environment that will be used for testing
testEnvironment: "node",
Expand Down
File renamed without changes.

0 comments on commit 477c969

Please sign in to comment.