X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Findex.js;h=9b228380aafbd21e57d9ef3026d87243269ccdae;hb=44ebd5f3461fb7e6c27744fdf1cd88a952965604;hp=922335dcca9f3ecfed405fc58dc3ca38cdbda6bf;hpb=110a5fe8f19b564e76162de567a6bffe2a6285d1;p=squeep-api-dingus diff --git a/test/index.js b/test/index.js index 922335d..9b22838 100644 --- a/test/index.js +++ b/test/index.js @@ -1,11 +1,8 @@ -/* eslint-disable capitalized-comments */ -/* eslint-env mocha */ 'use strict'; -const assert = require('assert'); +const assert = require('node:assert'); const apiDingus = require('..'); - describe('apiDingus', function () { it('covers', function () { assert(apiDingus);