feat: enable the ESM for main (#3588)

This commit is contained in:
JellyBrick
2025-07-10 13:43:13 +09:00
committed by GitHub
parent 51a87566e5
commit 6fdac6facf
5 changed files with 14 additions and 24 deletions

View File

@ -1,10 +1,6 @@
/* eslint-disable @typescript-eslint/no-require-imports */
import { test, expect } from '@playwright/test';
// eslint-disable-next-line no-undef
const { test, expect } = require('@playwright/test');
// eslint-disable-next-line no-undef
const { sortSegments } = require('../segments');
import { sortSegments } from '../segments';
test('Segment sorting', () => {
expect(