UNPKG
@config-plugins/detox
Version:
latest (11.0.0)
11.0.0
9.0.0
8.0.0
7.0.0
6.0.0
5.0.1
5.0.0
4.0.0
3.0.0
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.0
Config plugin to auto configure detox on prebuild
github.com/expo/config-plugins
expo/config-plugins
@config-plugins/detox
/
build
/
withDetoxTestClass.d.ts
6 lines
(5 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
ConfigPlugin
}
from
"expo/config-plugins"
;
/** * [Step 5](https://github.com/wix/Detox/blob/master/docs/Introduction.Android.md#5-create-a-detox-test-class). Create `DetoxTest.java` */
export
declare
const
withDetoxTestClass
:
ConfigPlugin
;