Merge branch 'patch-1' of https://github.com/eltociear/jasmine into main
* Fixes typo in spec name * Merges #1918 from @eltociear
This commit is contained in:
@@ -213,7 +213,7 @@ describe('Spies', function() {
|
||||
).toBe(1);
|
||||
});
|
||||
|
||||
it('allows base name to be ommitted when assigning methods and properties', function() {
|
||||
it('allows base name to be omitted when assigning methods and properties', function() {
|
||||
var spyObj = env.createSpyObj({ m: 3 }, { p: 4 });
|
||||
|
||||
expect(spyObj.m()).toEqual(3);
|
||||
|
||||
Reference in New Issue
Block a user