mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Enable stricter test linting
This commit is contained in:
@@ -232,7 +232,7 @@ describe.each(stores)('An LDP handler with auth using %s', (name, { storeConfig,
|
||||
|
||||
// GET file
|
||||
const response = await getResource(identifier.path);
|
||||
expect(await response.text()).toContain('valid data');
|
||||
await expect(response.text()).resolves.toContain('valid data');
|
||||
});
|
||||
|
||||
it('prevents creation of intermediate intermediate containers if they are not allowed.', async(): Promise<void> => {
|
||||
|
||||
Reference in New Issue
Block a user