mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: madrun: test: rm --check-duplicates
This commit is contained in:
parent
f5df731491
commit
52f47a2434
8 changed files with 9 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue