Skip to content

Commit ebb3a16

Browse files
committed
docs: update website
1 parent c7e91e3 commit ebb3a16

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

website/src/docs/getting-started/quick-start.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ const customConfig = {
6363
module.exports = withRnHarness(mergeConfig(defaultConfig, customConfig));
6464
```
6565

66-
### 3. Update Babel Configuration
67-
68-
Add the required preset to `babel.config.js`. This is needed for module mocking and bundling speedup when running tests.
69-
70-
```javascript
71-
module.exports = {
72-
presets: ['module:@react-native/babel-preset', 'react-native-harness/babel'],
73-
// Your existing Babel config
74-
};
75-
```
76-
7766
## Writing Your First Test
7867

7968
Create a test file with a `.harness.js` or `.harness.ts` extension. Import testing utilities from `react-native-harness` instead of Jest:

0 commit comments

Comments
 (0)