blob: 534605a9981b68fd16b27e2710754e0d5fa300ef [file] [log] [blame]
import * as main from './main';
describe('main', () => {
it('should compile and run with @bazel/typescript npm package', () => {
expect(main.test()).toEqual('test');
});
});