d65683434d
* Convert tests to vitest * fix git tests * Cleanup * Convert ignore comments * address code review comments
7 lines
290 B
JavaScript
7 lines
290 B
JavaScript
// Pre-setup for browser tests. Must run before the main setup file
|
|
// imports the Handlebars library, so that noConflict() captures this value.
|
|
globalThis.Handlebars = 'no-conflict';
|
|
|
|
// Polyfill Node.js 'global' for specs that reference it at module level
|
|
globalThis.global = globalThis;
|