mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Add tests
This commit is contained in:
3
types/react-native/test/globals.tsx
Normal file
3
types/react-native/test/globals.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
const fetchCopy: GlobalFetch['fetch'] = fetch;
|
||||
|
||||
const requestInfoAsString: RequestInfo = 'request';
|
||||
@@ -20,9 +20,10 @@
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"test/index.tsx",
|
||||
"test/globals.tsx",
|
||||
"test/animated.tsx",
|
||||
"test/init-example.tsx",
|
||||
"test/ART.tsx",
|
||||
"test/legacy-properties.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user