All files test.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 2/2
100% Lines 3/3
1 2 3 4 5 61x     1x 1x  
import test from 'ava';
import {HandleKoaSession2} from '../src/index';
 
test('1233', async t => {
    t.pass();
});