We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157a90 commit 761adb8Copy full SHA for 761adb8
README.md
@@ -93,6 +93,7 @@ npm run test
93
```javascript
94
// __test__/main/index.test.js
95
import TestUtils from "@tarojs/test-utils-react";
96
+import Taro from '@tarojs/taro'
97
import App from "../../src/app.ts";
98
const testUtils = new TestUtils();
99
describe("App", () => {
0 commit comments