Migrate to ESM and upgrade dependencies

This commit is contained in:
priyagupta108 2026-06-26 10:36:45 +05:30
commit 7999c2b071
59 changed files with 163383 additions and 150699 deletions

View file

@ -1,4 +1,5 @@
import {isSelfHosted} from '../src/utils';
import {describe, it, expect, beforeEach, afterEach} from '@jest/globals';
import {isSelfHosted} from '../src/utils.js';
describe('utils', () => {
describe('isSelfHosted', () => {