Skip to content

Commit 239c97a

Browse files
Update packages/server/test/unit/modes/record_spec.js
1 parent 8d09bfc commit 239c97a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/test/unit/modes/record_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ describe('lib/modes/record', () => {
141141
afterEach(() => {
142142
resetEnv()
143143
})
144+
144145
it('calls api.createRun with the commit extracted from environment variables', () => {
145146
const createRun = sinon.stub(api, 'createRun').resolves()
146147
const runAllSpecs = sinon.stub()

0 commit comments

Comments
 (0)