f026c43b81
- Jest now uses ts-jest for transforms - TypeScript compilation via `lerna run tsc`
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { github } from '../src/github';
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
expect(github()).toBe(true)
|
|
});
|
|
}); |