Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Merge branch 'api' of https://github.com/Swatinem/isparta into Swatin…
Browse files Browse the repository at this point in the history
…em-api
  • Loading branch information
douglasduteil committed Oct 31, 2015
2 parents 5b27de7 + 804417a commit b7ee72f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions test/api.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

import {expect} from 'chai';

// using require here instead of import to avoid babel messing with it
const istanbul = require('istanbul');
const isparta = require('../');

describe('API', function () {
it('should include all the public istanbul symbols', function () {
expect(isparta).to.contain.all.keys(istanbul);
});
});
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MAP_TYPES = [
let instumenterSuite = describe("Isparta instrumenter", function () {
before(generateSourceMapTest);

it('soulhd generate the tests', function () {
it('should generate the tests', function () {
expect(instumenterSuite.suites.length).to.be.above(0);
});

Expand Down

0 comments on commit b7ee72f

Please sign in to comment.