Skip to content

Commit

Permalink
Only this test. The rest fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Apr 7, 2015
1 parent f1333e4 commit de0f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resolver.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ describe("Resolver", function() {
});
});

describe("when given containers", function() {
describe.only("when given containers", function() {
it("matches React.renderToStaticMarkup", function(done) {
const expected = React.renderToStaticMarkup(
<Fixture user="Eric Clemmons" />
Expand Down

0 comments on commit de0f5d4

Please sign in to comment.