Skip to content

Commit

Permalink
fix(open): fix stub priority
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaoying committed Jul 30, 2019
1 parent 9add6f9 commit 8089ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svrx/__tests__/spec/svrx.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ describe('Plugin System', () => {
});

describe('Builtin: open', () => {
const stub = sinon.stub(childProcess, 'exec');
it('basic usage', (done) => {
const stub = sinon.stub(childProcess, 'exec');
const svrx = createServer({
port: 3000,
open: true,
Expand Down

0 comments on commit 8089ded

Please sign in to comment.