Skip to content

Commit

Permalink
♻️ TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Sep 14, 2020
1 parent 2f61508 commit bc583b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/update-release.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jest.mock('fs');
const core = require('@actions/core');
const { GitHub, context } = require('@actions/github');
const fs = require('fs');
const run = require('../src/update-release.ts');
import {run} from '../src/update-release'

/* eslint-disable no-undef */
describe('Update Release', () => {
Expand Down

0 comments on commit bc583b6

Please sign in to comment.