Fix tests
All checks were successful
Publish / lints (push) Successful in 25s
/ Misc Linters (push) Successful in 28s
/ Build App (push) Successful in 1m3s
Publish / tests (push) Successful in 50s
Publish / Publishing (push) Successful in 1m7s

This commit is contained in:
Valentin Brandl 2024-08-16 16:39:44 +02:00
parent 05320916b2
commit 66494c6760
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -15,6 +15,6 @@ describe('safe path', () => {
}); });
it('accept happy path', () => { it('accept happy path', () => {
expect(safePath('foobar', './uploads')).toBe(false); expect(safePath('foobar', './uploads')).toBe(true);
}); });
}); });