Skip to content

Commit 0806b7f

Browse files
committed
added cleanup for account manager test, need two tests to be fixed
1 parent d173bca commit 0806b7f

File tree

21 files changed

+4
-323
lines changed

21 files changed

+4
-323
lines changed

test/integration/account-manager-test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ afterEach(() => {
2727

2828
// FIXME #1502
2929
describe('AccountManager', () => {
30+
after(() => {
31+
fs.removeSync(path.join(__dirname, '../resources/accounts/alice.localhost'))
32+
})
33+
3034
describe('accountExists()', () => {
3135
const host = SolidHost.from({ serverUri: 'https://localhost' })
3236

test/resources/accounts/alice.localhost/.acl

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/resources/accounts/alice.localhost/.meta

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/resources/accounts/alice.localhost/.meta.acl

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/resources/accounts/alice.localhost/.well-known/.acl

Lines changed: 0 additions & 19 deletions
This file was deleted.
-4.19 KB
Binary file not shown.

test/resources/accounts/alice.localhost/favicon.ico.acl

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/resources/accounts/alice.localhost/inbox/.acl

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/resources/accounts/alice.localhost/private/.acl

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/resources/accounts/alice.localhost/profile/.acl

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)