Consistent use of eq vs equal
This commit is contained in:
Родитель
a6a5363ec9
Коммит
0320d442e4
|
@ -174,8 +174,8 @@ describe('RefreshingConfig', () => {
|
||||||
|
|
||||||
it('supports fluent addition of extensions', () => {
|
it('supports fluent addition of extensions', () => {
|
||||||
const target = new config.RefreshingConfig({});
|
const target = new config.RefreshingConfig({});
|
||||||
target.withExtension(null).should.eq(target);
|
target.withExtension(null).should.equal(target);
|
||||||
target.withExtension({}).should.eq(target);
|
target.withExtension({}).should.equal(target);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче