Use single-quote

master
Frédéric Matte 2022-12-05 16:50:01 -05:00
parent 5c69828b1d
commit 979f078ac3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import assert from 'node:assert/strict' import assert from 'node:assert/strict'
import { metaltest, consolereporter } from './index.js' import { metaltest, consolereporter } from './index.js'
import { stackParser } from "./stackparser.js" import { stackParser } from './stackparser.js'
const test = metaltest('Stack parser') const test = metaltest('Stack parser')