mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
import test from 'ava';
|
|
import '../../lib/think';
|
|
|
|
|
|
test.serial('service method', t => {
|
|
|
|
});
|