Skip to content

Commit 0aa252e

Browse files
committed
chore: convert darwin spec to vitest
1 parent 191c8fe commit 0aa252e

File tree

5 files changed

+438
-397
lines changed

5 files changed

+438
-397
lines changed

packages/launcher/__snapshots__/darwin_spec.ts.js

Lines changed: 0 additions & 219 deletions
This file was deleted.

packages/launcher/lib/darwin/util.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import Debug from 'debug'
22
import { notInstalledErr } from '../errors'
33
import { utils } from '../utils'
4-
import * as fs from 'fs-extra'
5-
import * as path from 'path'
6-
import * as plist from 'plist'
4+
import fs from 'fs-extra'
5+
import path from 'path'
6+
import plist from 'plist'
77

88
const debugVerbose = Debug('cypress-verbose:launcher:darwin:util')
99

0 commit comments

Comments
 (0)