File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ describe("spy", function () {
539
539
assert ( instance instanceof TestClass ) ;
540
540
} ) ;
541
541
542
- it ( "passs arguments to function" , function ( ) {
542
+ it ( "passes arguments to function" , function ( ) {
543
543
let actualArgs ;
544
544
545
545
const func = function ( a , b , c , d ) {
@@ -2419,7 +2419,7 @@ describe("spy", function () {
2419
2419
) ;
2420
2420
} ) ;
2421
2421
2422
- it ( "passs additional arguments" , function ( ) {
2422
+ it ( "passes additional arguments" , function ( ) {
2423
2423
const spy = createSpy ( ) ;
2424
2424
const callback = createSpy ( ) ;
2425
2425
const array = [ ] ;
@@ -2627,7 +2627,7 @@ describe("spy", function () {
2627
2627
) ;
2628
2628
} ) ;
2629
2629
2630
- it ( "passs additional arguments" , function ( ) {
2630
+ it ( "passes additional arguments" , function ( ) {
2631
2631
const spy = createSpy ( ) ;
2632
2632
const callback = createSpy ( ) ;
2633
2633
const array = [ ] ;
You can’t perform that action at this time.
0 commit comments