Cypress ...

This commit is contained in:
Jamie Curnow
2026-01-27 11:22:16 +10:00
parent 28982b8bc2
commit 9b7af474bb
8 changed files with 103 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
import _ from "lodash";
export default () => {
const arr = _.values(arguments);
arr.unshift('[Backend API]');
console.log.apply(null, arr);
};