Skip to content

Commit

Permalink
Add logo assets (#872)
Browse files Browse the repository at this point in the history
* Add logo assets

* Setup forceExit
  • Loading branch information
JayJay1024 authored Nov 26, 2024
1 parent 71efeba commit 8bf0358
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added packages/assets/images/logo/logo-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/assets/images/logo/logo-180x90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/jest-presets/node/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module.exports = {
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
modulePathIgnorePatterns: ["<rootDir>/test/__fixtures__", "<rootDir>/node_modules", "<rootDir>/dist"],
preset: "ts-jest",
forceExit: true,
};

0 comments on commit 8bf0358

Please sign in to comment.