This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
smartchai/test/test.ts
2017-02-19 03:18:25 +01:00

9 lines
211 B
TypeScript

import 'typings-test'
import * as smartchai from '../dist/index'
describe('smartchai', function() {
it('should have typings in place', function(){
smartchai.expect('hi there').to.startsWith('hi')
})
})