mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 21:36:06 +02:00
use oxfmt instead of prettier
This commit is contained in:
@@ -48,8 +48,16 @@ describe('entity query cache helpers', () => {
|
||||
};
|
||||
});
|
||||
|
||||
const first = await fetchWithEntityPolicy({ queryKey, policy, queryFn });
|
||||
const second = await fetchWithEntityPolicy({ queryKey, policy, queryFn });
|
||||
const first = await fetchWithEntityPolicy({
|
||||
queryKey,
|
||||
policy,
|
||||
queryFn
|
||||
});
|
||||
const second = await fetchWithEntityPolicy({
|
||||
queryKey,
|
||||
policy,
|
||||
queryFn
|
||||
});
|
||||
|
||||
expect(first.cache).toBe(false);
|
||||
expect(second.cache).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user