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 f7ab3a2 commit 81f6c7fCopy full SHA for 81f6c7f
dev-packages/e2e-tests/run.ts
@@ -1,8 +1,8 @@
1
/* eslint-disable no-console */
2
import { spawn } from 'child_process';
3
+import { resolve } from 'path';
4
import * as dotenv from 'dotenv';
5
import { sync as globSync } from 'glob';
-import { resolve } from 'path';
6
7
import { registrySetup } from './registrySetup';
8
0 commit comments