mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
10
libs/datasource/jwt-rpc/jest.config.ts
Normal file
10
libs/datasource/jwt-rpc/jest.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable */
|
||||
export default {
|
||||
displayName: 'datasource-jwt-rpc',
|
||||
preset: '../../../jest.preset.js',
|
||||
transform: {
|
||||
'^.+\\.[tj]sx?$': 'babel-jest',
|
||||
},
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
||||
coverageDirectory: '../../../coverage/libs/datasource/jwt-rpc',
|
||||
};
|
||||
Reference in New Issue
Block a user