X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Frouter%2Fpath-parameter.js;fp=test%2Flib%2Frouter%2Fpath-parameter.js;h=8761b663d50c3f166aa1c87f6a12871af40ce91f;hb=356f9a3b45d5b6bbcc310a2b37b6f59dfd76b923;hp=d4c1c8447f4592e93994a9afac6aacba999fe4ce;hpb=281f49e3960d1562b86c56ebb75f340798623c62;p=squeep-api-dingus diff --git a/test/lib/router/path-parameter.js b/test/lib/router/path-parameter.js index d4c1c84..8761b66 100644 --- a/test/lib/router/path-parameter.js +++ b/test/lib/router/path-parameter.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const PathParameter = require('../../../lib/router/path-parameter'); describe('PathParameter', function () {