@jest/snapshot-utils
Advanced tools
Comparing version
{ | ||
"name": "@jest/snapshot-utils", | ||
"version": "30.0.0-beta.8", | ||
"version": "30.0.0-rc.1", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
}, | ||
"gitHead": "ac334c0cdf04ead9999f0964567d81672d116d42" | ||
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40" | ||
} |
@@ -14,3 +14,3 @@ /** | ||
import * as path from 'path'; | ||
import chalk = require('chalk'); | ||
import chalk from 'chalk'; | ||
import * as fs from 'graceful-fs'; | ||
@@ -17,0 +17,0 @@ import { |
@@ -9,5 +9,5 @@ /** | ||
import * as path from 'path'; | ||
import chalk = require('chalk'); | ||
import chalk from 'chalk'; | ||
import * as fs from 'graceful-fs'; | ||
import naturalCompare = require('natural-compare'); | ||
import naturalCompare from 'natural-compare'; | ||
import type {Config} from '@jest/types'; | ||
@@ -14,0 +14,0 @@ import type {SnapshotData} from './types'; |
24526
-0.08%8
-11.11%