mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat: enable the ESM for main (#3588)
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user