Skip to content

Instantly share code, notes, and snippets.

@AdamBrodzinski
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save AdamBrodzinski/b18cd6d1b9e06199ea21 to your computer and use it in GitHub Desktop.

Select an option

Save AdamBrodzinski/b18cd6d1b9e06199ea21 to your computer and use it in GitHub Desktop.

Revisions

  1. AdamBrodzinski revised this gist Jul 20, 2015. No changes.
  2. AdamBrodzinski created this gist Jul 20, 2015.
    5 changes: 5 additions & 0 deletions EvenOrOdd_spec.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    describe(“EvenOrOdd Component”, function() {
    it(“should pass test”, function() {
    expect(1 + 1).toEqual(2);
    });
    });