X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsrc%2Ftemplate%2Ftemplate-helper.js;h=6dc85a351868bfa2093649643d61abdbe507eaea;hb=8cd88ab4087a7fab2ccd6e231c64d7f0f1299f26;hp=5a62a7c4b15f4d68a9c12f1a61461eda6c8c520d;hpb=737fbd003d5c4dfea81b667ef906f1c106a60612;p=websub-hub diff --git a/test/src/template/template-helper.js b/test/src/template/template-helper.js index 5a62a7c..6dc85a3 100644 --- a/test/src/template/template-helper.js +++ b/test/src/template/template-helper.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const th = require('../../../src/template/template-helper'); describe('Template Helper', function () {