chore: madrun: test: rm --check-duplicates

This commit is contained in:
coderaiser 2023-01-15 18:57:20 +02:00
parent f5df731491
commit 52f47a2434
8 changed files with 9 additions and 26 deletions

View file

@ -42,7 +42,7 @@ test('cloudcmd: client: key: set next file: no', (t) => {
t.end();
});
test('cloudcmd: client: key: set next file current', (t) => {
test('cloudcmd: client: key: set next file current: j', (t) => {
const nextSibling = 'hello';
const element = {
nextSibling,
@ -59,7 +59,7 @@ test('cloudcmd: client: key: set next file current', (t) => {
t.end();
});
test('cloudcmd: client: key: set next file current', (t) => {
test('cloudcmd: client: key: set next file current: mjj', (t) => {
const nextSibling = 'hello';
const element = {
nextSibling,

View file

@ -15,7 +15,7 @@ test('user-menu: parse-error', (t) => {
t.end();
});
test('user-menu: parse-error', (t) => {
test('user-menu: parse-error: stack', (t) => {
const stack = `
ReferenceError: s is not defined
at eval (eval at module.exports (get-user-menu.js:NaN), <anonymous>:1:2)