mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-04-03 19:45:35 -04:00
clarify comments
This commit is contained in:
parent
9f82eb64cb
commit
d0303dce9c
@ -229,7 +229,7 @@ describe('Helper', function () {
|
||||
cleanup();
|
||||
});
|
||||
|
||||
/* TODO test fails in jsDOM version 17 - document.cookie remains empty
|
||||
/* TODO test fails since jsDOM version 17 - document.cookie remains empty
|
||||
jsc.property(
|
||||
'returns the requested cookie',
|
||||
jsc.nearray(jsc.nearray(common.jscAlnumString())),
|
||||
|
@ -727,7 +727,7 @@ describe('TopNav', function () {
|
||||
cleanup();
|
||||
});
|
||||
|
||||
// TODO triggers error messages in jsDOM version 12, but passes
|
||||
// TODO triggers error messages in jsDOM since version 12, but passes
|
||||
it(
|
||||
'displays raw text view correctly',
|
||||
function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user