thrilled-be-testing
Version:
Testing utilities and helpers package with Jest, Supertest, and database testing support for Express applications
12 lines (11 loc) • 389 B
JavaScript
;
/**
* @deprecated This file is deprecated. Use the new testing utilities instead.
* Import specific modules from the main index.ts file.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.testing = testing;
function testing() {
console.warn('The testing() function is deprecated. Please use the new testing utilities.');
return 'testing';
}