From 979f078ac3ff58e1107ac43de18967aae38be07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Matte?= Date: Mon, 5 Dec 2022 16:50:01 -0500 Subject: [PATCH] Use single-quote --- stackparser.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackparser.test.js b/stackparser.test.js index 7d65b57..b0f5cb3 100644 --- a/stackparser.test.js +++ b/stackparser.test.js @@ -1,6 +1,6 @@ import assert from 'node:assert/strict' import { metaltest, consolereporter } from './index.js' -import { stackParser } from "./stackparser.js" +import { stackParser } from './stackparser.js' const test = metaltest('Stack parser')