Skip to content

Commit

Permalink
test(index): update tests after removing superString
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz committed Jun 21, 2018
1 parent 0720e1a commit a4bc06a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { newFeature, superString } from './index';
import { newFeature } from './index';

test('should pass', () => {
expect(3).toBe(3);
Expand All @@ -11,7 +11,3 @@ test('new Feature text', () => {
test('extra new Feature text', () => {
expect(typeof newFeature).toBe('string');
});

test('super string', () => {
expect(superString).toBe('this is a superb string');
});

0 comments on commit a4bc06a

Please sign in to comment.