Skip to content

Commit ada6bca

Browse files
committed
add tests, refactor, support tailwindcss, and import remote url
1 parent 06bb2cb commit ada6bca

File tree

21 files changed

+7291
-424
lines changed

21 files changed

+7291
-424
lines changed

server/jest.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
testPathIgnorePatterns: ["out/*"]
6+
};

0 commit comments

Comments
 (0)