Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTallJerry committed Feb 23, 2024
1 parent d99f6d2 commit 980ecc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const config: Config = {
// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,

displayName: "jsdom tests for demo website",
// A path to a custom dependency extractor
// dependencyExtractor: undefined,

Expand Down
1 change: 0 additions & 1 deletion demo/src/__tests__/SvgDisplay.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe("SvgDisplay", () => {
];
render(<SvgDisplay jsonResult={jsonResult} />);
});
afterEach(cleanup);

it("renders canvas element with specified dimensions", () => {
const canvasElement = screen.getByTestId("memory-models-canvas");
Expand Down
1 change: 1 addition & 0 deletions src/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const config: Config = {
// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,

displayName: "node tests for memory models scripts",
// A path to a custom dependency extractor
// dependencyExtractor: undefined,

Expand Down

0 comments on commit 980ecc4

Please sign in to comment.