summaryrefslogblamecommitdiffstats
path: root/test_spec.js
blob: b7ac4cf54d759a344b5431ad81df02c357e5ea17 (plain) (tree)
1
2
3
4
5




                                                      
describe("A suite", function() {
  it("contains spec with an expectation", function() {
    expect(true).toBe(true);
  });
});