X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Ftemplate%2Fotp-html.js;h=2a49a71959245af873001d058b1dcae5c5f657c2;hb=HEAD;hp=0e84a4950055ae59a1e2d547ef7f45bb8155a16d;hpb=53ef948ea83106e82d55e60d6695a15e94bf725e;p=squeep-authentication-module diff --git a/test/lib/template/otp-html.js b/test/lib/template/otp-html.js index 0e84a49..cdfcc0d 100644 --- a/test/lib/template/otp-html.js +++ b/test/lib/template/otp-html.js @@ -1,7 +1,6 @@ -/* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const { OTPHTML } = require('../../../lib/template'); const lintHtml = require('../../lint-html');