X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsrc%2Ftemplate%2Fadmin-topic-details-html.js;h=62a5ede783d5c90b05bee2b00de8f70c44e68996;hb=1c37a7c533a5530390489ea9a49dcca492db1074;hp=7795c2b257e849cd9294903d08255f5880f832d7;hpb=c37d8040d243375b0344d605444d0614a4d5f5d7;p=websub-hub diff --git a/test/src/template/admin-topic-details-html.js b/test/src/template/admin-topic-details-html.js index 7795c2b..62a5ede 100644 --- a/test/src/template/admin-topic-details-html.js +++ b/test/src/template/admin-topic-details-html.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const template = require('../../../src/template/admin-topic-details-html'); const Config = require('../../../config'); const lintHtml = require('../../lint-html');