X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsrc%2Ftemplate%2Fhistogram-svg.js;h=497192178c0b3ad6a782336faac13bbfd9b0b6e2;hb=HEAD;hp=656ccdb419bdde41f7ab5d06161fa64e8b92bf80;hpb=737fbd003d5c4dfea81b667ef906f1c106a60612;p=websub-hub diff --git a/test/src/template/histogram-svg.js b/test/src/template/histogram-svg.js index 656ccdb..4971921 100644 --- a/test/src/template/histogram-svg.js +++ b/test/src/template/histogram-svg.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const template = require('../../../src/template/histogram-svg'); describe('Histogram SVG Template', function () {