Skip to content

Commit

Permalink
Remove test focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Bogart committed Jul 10, 2020
1 parent 6336adc commit 1bb1225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/acceptance/guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {FixtureRiveter} from "../../lib/fixture-riveter";

import {expect} from "chai";

describe.only("All of the code from the guide", function() {
describe("All of the code from the guide", function() {
let fr: FixtureRiveter;
let User: any;
let Post: any;
Expand Down Expand Up @@ -253,6 +253,5 @@ describe.only("All of the code from the guide", function() {
const post = await fr.build("post", {title: "The best post in the universe"});
expect(post.title).to.equal("The best post in the universe");
});

});
});

0 comments on commit 1bb1225

Please sign in to comment.