Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Oct 25, 2024
1 parent 76381b4 commit 09637c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "pnpm clean && build-adaptor salesforce",
"test": "mocha --experimental-specifier-resolution=node --no-warnings --recursive",
"test": "mocha --require mocha-suppress-logs --experimental-specifier-resolution=node --no-warnings",
"test:watch": "mocha -w --experimental-specifier-resolution=node --no-warnings --recursive",
"clean": "rimraf dist types docs",
"pack": "pnpm pack --pack-destination ../../dist",
Expand Down
24 changes: 12 additions & 12 deletions packages/salesforce/src/Adaptor.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* @typedef {object} State
* @property {object} data JSON Data.
* @property {Array<Reference>} references History of all previous operations.
* @ignore
*/

/**
* @typedef {function} Operation
* @param {State} state
* @ignore
*/
// /**
// * @typedef {object} State
// * @property {object} data JSON Data.
// * @property {Array<Reference>} references History of all previous operations.
// * @ignore
// */

// /**
// * @typedef {function} Operation
// * @param {State} state
// * @ignore
// */

import {
execute as commonExecute,
Expand Down

0 comments on commit 09637c0

Please sign in to comment.