preact-nativescript-mock
by hizoul | v0.0.7
测试 preact-to-nativescript 应用程序的 Mock
npm i --save preact-nativescript-mock

preact-to-nativescript 提供Mock

与 Jest 一起使用

将以下内容添加到您的 package.json

{
"jest": {
"testEnvironment": "node",
"moduleNameMapper": {
"tns-core-modules(.*)": "preact-nativescript-mock$1"
}
}
}