news-server/test/index.js

8 lines
184 B
JavaScript
Raw Normal View History

2024-08-05 16:31:22 +08:00
const test = require('ava');
const path = require('path');
require(path.join(process.cwd(), 'production.js'));
test('first test', t => {
const indexModel = think.model('index');
})