news-server/test/index.js
2024-08-05 16:31:22 +08:00

8 lines
184 B
JavaScript

const test = require('ava');
const path = require('path');
require(path.join(process.cwd(), 'production.js'));
test('first test', t => {
const indexModel = think.model('index');
})