chainlit--chainlit
6 行
82 B
TypeScript
6 行
82 B
TypeScript
import { tests } from './tests';
|
|
|
|
describe('[async] Step', () => {
|
|
tests();
|
|
});
|