mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 01:54:23 +08:00
add Angular todo list source code add the example to the existing list on supabase.io add codeowners file for automated assignment fo reviews
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
module.exports = {
|
|
moduleNameMapper: {
|
|
'@core/(.*)': '<rootDir>/src/app/core/$1',
|
|
},
|
|
preset: 'jest-preset-angular',
|
|
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
|
|
}
|