Skip to content

Commit f867154

Browse files
Christopher StamperChristopher Stamper
authored andcommitted
Merge branch 'dev' into ctstamper/French-Readme
2 parents f7c9b04 + 32f5b69 commit f867154

19 files changed

+82
-55
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<br>
3030

3131
<p align="center">
32-
<img src="./assets/gifs/main_v21.gif" />
32+
<img src="./assets/gifs/GeneralDemoGif.gif" />
3333
</p>
3434

3535
<p align="center">
@@ -48,7 +48,7 @@ be viewed in Diff mode.
4848
<br>
4949

5050
<p align="center">
51-
<img src="./assets/gifs/timeTravelHistory_v21.gif" />
51+
<img src="./assets/gifs/TimeTravelGif.gif" />
5252
</p>
5353
<br>
5454

@@ -85,7 +85,7 @@ Download the recorded snapshots as a JSON file and upload them to access state t
8585
<br>
8686

8787
<p align="center">
88-
<img src="./assets/gifs/importExport_v21.gif" />
88+
<img src="./assets/gifs/importExport_v22.gif" />
8989
</p>
9090
<br>
9191

@@ -95,6 +95,11 @@ If Reactime loses its connection to the tab you're monitoring, simply click the
9595
<br>
9696
<br>
9797

98+
<p align="center">
99+
<img src="./assets/gifs/ReconnectGif22.gif" />
100+
</p>
101+
<br>
102+
98103
### 🔹 Re-render Optimization
99104

100105
One of the most common issues that affects performance in React is unnecessary
1.71 MB
Loading
2.05 MB
Loading

assets/gifs/GeneralDemoGif.gif

1.32 MB
Loading

assets/gifs/ReconnectGif22.gif

2.49 MB
Loading

assets/gifs/TimeTravelGif.gif

1.7 MB
Loading

assets/gifs/importExport_v21.gif

-2.82 MB
Binary file not shown.

assets/gifs/importExport_v22.gif

3.04 MB
Loading

assets/gifs/timeTravelHistory_v21.gif

-1.56 MB
Binary file not shown.

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
transform: {
77
'^.+\\.(js|ts|tsx)$': 'ts-jest',
88
},
9-
testPathIgnorePatterns: ['www', './src/backend/__tests__/ignore', './src/app/__tests__enzyme/ignore'],
9+
testPathIgnorePatterns: ['www', './src/backend/__tests__/ignore', './src/app/__tests__enzyme/ignore', './src/backend/__tests__/linkFiber.test.ts', './src/app/slices/mainSlice.ts'],
1010
coveragePathIgnorePatterns: ['/src/backend/__tests__/ignore/', '/src/app/__tests__enzyme/ignore'],
1111
transformIgnorePatterns: ['/node_modules/(?!d3|d3-array|internmap|delaunator|robust-predicates)'],
1212
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$',

0 commit comments

Comments
 (0)