mirror of
https://github.com/coder/code-server.git
synced 2024-11-23 20:52:38 +03:00
6 lines
245 B
TypeScript
6 lines
245 B
TypeScript
// Note: this is needed for the register.test.ts
|
|
// This is because inside src/browser/register.ts
|
|
// we import CSS files, which Jest can't handle unless we tell it how to
|
|
// See: https://stackoverflow.com/a/39434579/3015595
|
|
module.exports = {}
|