mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Merge pull request #4737 from oliviertassinari/patch-1
[adler32] fix wrong name
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
var adler32 = require('adler32');
|
||||
|
||||
describe('shallowEqual', function() {
|
||||
describe('adler32', function() {
|
||||
it('generates differing checksums', function() {
|
||||
expect(adler32('foo')).not.toBe(adler32('bar'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user