Ben Kiefer
Results
2
issues of
Ben Kiefer
### Description In the testdouble repo, I created `examples/node-esm/test/lib/numbers-only-test.mjs` with the following code. ```javascript import assert from 'assert' import mocha from 'mocha' import * as td from 'testdouble' mocha.describe('numbers-only', function...