import assert from 'assert'; describe('mocha-config-devtools/base', function () { it('can run a ts file', function () { // This file will just not run if ts-node is not set up correctly assert(true); }); });