Skip to content

Commit

Permalink
change in all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 21, 2023
1 parent 091f77a commit 69cbffa
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion website/versioned_docs/version-25.x/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-26.x/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-27.x/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-28.x/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.0/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.1/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.2/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.3/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.4/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-29.5/Es6ClassMocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ You can mock/spy on them easily, here is an example:
```javascript
// your jest test file below
import SoundPlayer from './sound-player';
import SoundPlayerConsumer from './sound-player-consumer';

const staticMethodMock = jest
.spyOn(SoundPlayer, 'brand')
Expand Down

0 comments on commit 69cbffa

Please sign in to comment.