Skip to content

Commit

Permalink
remove reference to global.root
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan committed Mar 8, 2022
1 parent a7c8367 commit bd3188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/test/unit/runner_spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require('../spec_helper')

const { serveRunner } = require(`${root}/lib/controllers/runner`)
const { serveRunner } = require(`../../lib/controllers/runner`)

describe('controllers/runner', () => {
describe('serveRunner', () => {
Expand Down

0 comments on commit bd3188e

Please sign in to comment.