Skip to content

Commit

Permalink
test: update related test files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieluizramos committed Apr 27, 2020
1 parent a776285 commit 684e20c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { internalActions, publicActions } = require(`../../redux/actions`)

jest.spyOn(internalActions, `removeStaleJob`)

const removeStaleJobs = require(`../remove-stale-jobs`)
import { removeStaleJobs } from "../remove-stale-jobs"

describe(`remove-stale-jobs`, () => {
let state
Expand Down

0 comments on commit 684e20c

Please sign in to comment.