Skip to content

Commit

Permalink
chore: refresh lockfile (#15040)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Apr 28, 2024
1 parent d173387 commit 4d1998e
Show file tree
Hide file tree
Showing 24 changed files with 5,486 additions and 5,638 deletions.
4 changes: 3 additions & 1 deletion e2e/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import * as path from 'path';
import * as util from 'util';
import dedent from 'dedent';
import dedentBase from 'dedent';
import {
type ExecaSyncError,
type SyncOptions as ExecaSyncOptions,
Expand All @@ -18,6 +18,8 @@ import * as fs from 'graceful-fs';
import which = require('which');
import type {Config} from '@jest/types';

const dedent = dedentBase.withOptions({escapeSpecialCharacters: true});

export const run = (
cmd: string,
cwd?: string,
Expand Down
Loading

0 comments on commit 4d1998e

Please sign in to comment.