mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
clarify comments
This commit is contained in:
parent
9f82eb64cb
commit
d0303dce9c
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ describe('Helper', function () {
|
||||||
cleanup();
|
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(
|
jsc.property(
|
||||||
'returns the requested cookie',
|
'returns the requested cookie',
|
||||||
jsc.nearray(jsc.nearray(common.jscAlnumString())),
|
jsc.nearray(jsc.nearray(common.jscAlnumString())),
|
||||||
|
|
|
@ -727,7 +727,7 @@ describe('TopNav', function () {
|
||||||
cleanup();
|
cleanup();
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO triggers error messages in jsDOM version 12, but passes
|
// TODO triggers error messages in jsDOM since version 12, but passes
|
||||||
it(
|
it(
|
||||||
'displays raw text view correctly',
|
'displays raw text view correctly',
|
||||||
function () {
|
function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue