Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit caaf4c7

Browse files
committed
Add JSX tests back in
1 parent e6d4f6d commit caaf4c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitrise/bitrise-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ workflows:
2828
2929
npm install
3030
31-
title: npm test src/reducers
31+
title: npm test
3232
inputs:
3333
- content: |-
3434
#!/bin/bash

bitrise/bitrise-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ workflows:
2929
3030
npm install
3131
32-
title: npm test src/reducers
32+
title: npm test
3333
inputs:
3434
- content: |-
3535
#!/bin/bash

0 commit comments

Comments
 (0)