fastlane
Version:
Fastlane is a fast and flexible API framework for Node.js. It automatically creates Express routes from your project's file structure, making it easy to build APIs quickly and efficiently.
12 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../index");
describe('index', () => {
it('should export attachRoutes', () => {
expect(typeof index_1.attachRoutes).toBe('function');
});
it('should export appErrorHandler', () => {
expect(typeof index_1.appErrorHandler).toBe('function');
});
});
//# sourceMappingURL=index.test.js.map