migrate ResourceAuthenticator into here from separate package
[squeep-authentication-module] / test / lib / template / otp-html.js
index 0e84a4950055ae59a1e2d547ef7f45bb8155a16d..2a49a71959245af873001d058b1dcae5c5f657c2 100644 (file)
@@ -1,7 +1,7 @@
 /* eslint-env mocha */
 'use strict';
 
-const assert = require('assert');
+const assert = require('node:assert');
 const { OTPHTML } = require('../../../lib/template');
 const lintHtml = require('../../lint-html');