* docs: Update description * deps: Add nock * chore: Add resolveJsonModule * test: Add integration testing * chore: Add @typescript-eslint/eslint-plugin * refactor: Fix lint errors * chore: Add eslint-plugin-jest * refactor: Fix lint errors * test: Add remove working files * ci: Comment out cache steps
3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
import * as main from './main';
|
|
|
|
main.run();
|