Skip to content

Commit

Permalink
add decorator transform globals to realm server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 13, 2024
1 parent 999fdd5 commit 1ba2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm-server/tests/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(globalThis as any).__environment = 'test';

import 'decorator-transforms/globals';
import '../setup-logger'; // This should be first
import './auth-client-test';
import './index-query-engine-test';
Expand Down

0 comments on commit 1ba2196

Please sign in to comment.