We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e91e3 commit ebb3a16Copy full SHA for ebb3a16
1 file changed
website/src/docs/getting-started/quick-start.mdx
@@ -63,17 +63,6 @@ const customConfig = {
63
module.exports = withRnHarness(mergeConfig(defaultConfig, customConfig));
64
```
65
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
77
## Writing Your First Test
78
79
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