Skip to content

Commit

Permalink
remove only. dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthepink committed Sep 6, 2016
1 parent 5d7e80a commit 256bf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test/meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("meteor", () => {
})
));
});
describe.only("build", () => {
describe("build", () => {
it("should reject if no server param", (done) => {
process.argv = [];
process.env.PATH = `${process.cwd()}/src/__test/mocks:${process.env.PATH}`;
Expand Down

0 comments on commit 256bf35

Please sign in to comment.