We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7927d3 commit 2e7e87aCopy full SHA for 2e7e87a
packages/auth-server/tests/guardian.spec.ts
@@ -1,9 +1,10 @@
1
-/* eslint-disable no-console */
2
-import type { Page } from "@playwright/test";
3
-import { expect, test } from "@playwright/test";
+/* eslint-disable no-console, simple-import-sort/imports */
4
import { exec } from "child_process";
5
import { promisify } from "util";
6
+import { expect, test } from "@playwright/test";
+import type { Page } from "@playwright/test";
7
+
8
const execAsync = promisify(exec);
9
10
/**
0 commit comments