chore: expose UseAssetsStatus
values
#24
handle-release-branch-push.yml
on: push
Matrix: Verify
Publish
0s
Annotations
3 errors
test/unit/index.test.ts > exports > doesn't export extraneous keys:
test/unit/index.test.ts#L68
AssertionError: expected { Application: { …(3) }, …(10), …(1) } to have keys 'Application', 'createRoot', 'extend', 'useApp', 'useApplication', 'useAsset', 'useExtend', and 'useTick'
- Expected
+ Received
Array [
"Application",
+ "UseAssetsStatus",
"createRoot",
"extend",
"useApp",
"useApplication",
"useAsset",
+ "useAssets",
"useExtend",
+ "useSuspenseAssets",
"useTick",
]
❯ test/unit/index.test.ts:68:39
|
Verify (Unit tests, test)
Process completed with exit code 1.
|
Verify (Lint, test:lint)
The job was canceled because "Unit_tests_test" failed.
|