gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 08/13: use better testing api


From: gnunet
Subject: [taler-wallet-core] 08/13: use better testing api
Date: Fri, 21 Apr 2023 16:07:05 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 6dcc488a2c8fd681941e5d3b62bb04af7669888e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Apr 21 10:44:33 2023 -0300

    use better testing api
---
 packages/merchant-backoffice-ui/package.json        | 2 +-
 packages/merchant-backoffice-ui/src/stories.test.ts | 9 ++-------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/packages/merchant-backoffice-ui/package.json 
b/packages/merchant-backoffice-ui/package.json
index ad7d2eb02..dc5668933 100644
--- a/packages/merchant-backoffice-ui/package.json
+++ b/packages/merchant-backoffice-ui/package.json
@@ -9,7 +9,7 @@
     "check": "tsc",
     "compile": "tsc && ./build.mjs",
     "dev": "preact watch --port ${PORT:=8080} --no-sw --no-esm",
-    "test": "pnpm compile && mocha --require source-map-support/register 
'dist/**/*.test.js' 'dist/**/test.js'",
+    "test": "mocha --require source-map-support/register 'dist/**/*.test.js' 
'dist/**/test.js'",
     "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
     "i18n:extract": "pogen extract",
     "i18n:merge": "pogen merge",
diff --git a/packages/merchant-backoffice-ui/src/stories.test.ts 
b/packages/merchant-backoffice-ui/src/stories.test.ts
index e85be31b7..df732895f 100644
--- a/packages/merchant-backoffice-ui/src/stories.test.ts
+++ b/packages/merchant-backoffice-ui/src/stories.test.ts
@@ -19,7 +19,7 @@
  * @author Sebastian Javier Marchano (sebasjm)
  */
 import { setupI18n } from "@gnu-taler/taler-util";
-import { parseGroupImport } from "@gnu-taler/web-util/lib/index.browser";
+import { parseGroupImport, tests } from 
"@gnu-taler/web-util/lib/index.browser";
 import { h as create } from "preact";
 import { render as renderToString } from "preact-render-to-string";
 import * as admin from "./paths/admin/index.stories.js";
@@ -35,12 +35,7 @@ describe("All the examples:", () => {
         describe(`Component: ${component.name}`, () => {
           component.examples.forEach((example) => {
             it(`should render example: ${example.name}`, () => {
-              const vdom = create(
-                example.render.component,
-                example.render.props,
-              );
-              const html = renderToString(vdom);
-              // console.log(html)
+              tests.renderUI(example.render);
             });
           });
         });

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]