Skip to content

Commit

Permalink
Fixed test describe name
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Sep 18, 2018
1 parent c0c51bc commit 3da8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';
import 'mocha';
import mappedReplace from '../src';

describe('mappedRepace', function() {
describe('mappedReplace', function() {
it('should leave the string untouched when given an empty object', function() {
expect(mappedReplace('test string', {})).to.be.equal('test string');
expect(mappedReplace('another', {})).to.be.equal('another');
Expand Down

0 comments on commit 3da8a0b

Please sign in to comment.