1
0
Fork 0
salty-dog/test/visitor/TestContext.ts

8 lines
132 B
TypeScript
Raw Normal View History

2019-06-29 01:24:17 +00:00
import { expect } from 'chai';
describe('context', () => {
it('tests things', () => {
expect(true).to.equal(true);
});
});