This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-nodejs in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 43245de11afc1065f1f7123eb3af734a24700616 Author: Xuanwo <[email protected]> AuthorDate: Tue Aug 29 12:57:32 2023 +0800 fix(nodejs/tests): Add place holder for BDD test Signed-off-by: Xuanwo <[email protected]> --- bindings/nodejs/tests/binding.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/nodejs/tests/binding.js b/bindings/nodejs/tests/binding.js index dd1e40d29..a53a4bebe 100644 --- a/bindings/nodejs/tests/binding.js +++ b/bindings/nodejs/tests/binding.js @@ -74,3 +74,7 @@ Then('The async file {string} must have content {string}', async function (path, let bs = await this.op.read(path) assert(bs.toString() == content) }) + +Then('The presign operation should success or raise exception Unsupported', function () { + // TODO: please implement me. +})
