We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1602d75 commit 1d1a8e3Copy full SHA for 1d1a8e3
2 files changed
test/index.test.ts
@@ -1,4 +1,10 @@
1
import test from 'ava';
2
+import {
3
+ approxMatch,
4
+ sampleFcpxml,
5
+ sampleSrt,
6
+ sampleVtt,
7
+} from './_helpers.test.js';
8
import {
9
fcpxmlToData,
10
fcpxmlToSrt,
@@ -10,12 +16,6 @@ import {
16
vttToFcpxml,
11
17
vttToSrt,
12
18
} from 'subkit';
13
-import {
14
- approxMatch,
15
- sampleFcpxml,
- sampleSrt,
- sampleVtt,
-} from './_helpers.test.js';
19
20
const srtText = await sampleSrt();
21
const vttText = await sampleVtt();
test/utils.test.ts
@@ -1,6 +1,6 @@
-import {detectFormat, msToTime, timeToMs} from 'subkit';
import {sampleFcpxml, sampleSrt, sampleVtt} from './_helpers.test.js';
+import {detectFormat, msToTime, timeToMs} from 'subkit';
0 commit comments