We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d09bfc commit 239c97aCopy full SHA for 239c97a
packages/server/test/unit/modes/record_spec.js
@@ -141,6 +141,7 @@ describe('lib/modes/record', () => {
141
afterEach(() => {
142
resetEnv()
143
})
144
+
145
it('calls api.createRun with the commit extracted from environment variables', () => {
146
const createRun = sinon.stub(api, 'createRun').resolves()
147
const runAllSpecs = sinon.stub()
0 commit comments