fix: remove unnecessary generics #95
Annotations
2 errors
test/unit/index.test.ts > exports > doesn't export extraneous keys:
test/unit/index.test.ts#L47
AssertionError: expected { Application: { …(3) }, …(8), …(1) } to have keys 'Application', 'createRoot', 'extend', 'useApp', 'useAsset', 'useExtend', and 'useTick'
- Expected
+ Received
Array [
"Application",
"createRoot",
"extend",
"useApp",
"useAsset",
+ "useAssets",
"useExtend",
+ "useSuspenseAssets",
"useTick",
]
❯ test/unit/index.test.ts:47:39
|
CI (Unit tests, test)
Process completed with exit code 1.
|