Add tests

This commit is contained in:
Vincent Langlet
2018-05-15 00:00:05 +02:00
parent a72c995906
commit 8b7bccf8a1
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
const fetchCopy: GlobalFetch['fetch'] = fetch;
const requestInfoAsString: RequestInfo = 'request';

View File

@@ -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"
]
}
}