From 49f54abe1e82e0052a5fcb8a2f1252ba9e2a3775 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 28 Oct 2021 23:15:54 +1300 Subject: [PATCH] Fix tests --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 0f58b4f0..b0864134 100644 --- a/test.js +++ b/test.js @@ -1,6 +1,6 @@ import {promises as fs} from 'node:fs' import process from 'node:process' -import writeJsonFile from 'write-json-file' +import {writeJsonFile} from 'write-json-file' import {parse as parseCSS} from 'css' import hasFlag from 'has-flag' import getExtension from 'file-ext'