X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Ftemplate%2Fia-html.js;fp=test%2Flib%2Ftemplate%2Fia-html.js;h=aabb9ace64c7ab3de414af804c12ed993168edbd;hb=ff66dd49a1b54935a20ea6e15bd036b8acd5e170;hp=87bdf0a7070ff9be3f7d81a0224ecf4cf449d5f8;hpb=e967fdce5a017cc28b19cd3d4f2ece745dcecdaf;p=squeep-authentication-module diff --git a/test/lib/template/ia-html.js b/test/lib/template/ia-html.js index 87bdf0a..aabb9ac 100644 --- a/test/lib/template/ia-html.js +++ b/test/lib/template/ia-html.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const { IAHTML } = require('../../../lib/template'); const lintHtml = require('../../lint-html');