Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Aug 22, 2023
1 parent e7024e2 commit 4732d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/modules/core/controller.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const { test, experiment } = exports.lab = require('@hapi/lab').script()
'use strict'

const { experiment, test } = exports.lab = require('@hapi/lab').script()
const { expect } = require('@hapi/code')
const controller = require('../../../src/modules/core/controller')

Expand Down

0 comments on commit 4732d98

Please sign in to comment.