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