diff options
| author | Sebastian <sebasjm@gmail.com> | 2022-01-04 17:06:17 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-01-04 17:06:24 -0300 |
| commit | 9f8139e09b21ec12f9b9ba4926ea80557698c559 (patch) | |
| tree | dba5aacf50e89176bee35cfdd1002cc61c3f52e5 /packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx | |
| parent | 2e71117f59e0ae6106930e705ae6a54a9839281b (diff) | |
replace jest with mocha
Diffstat (limited to 'packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx')
| -rw-r--r-- | packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx b/packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx index ea8a3537a..fb1177251 100644 --- a/packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx +++ b/packages/taler-wallet-webextension/src/popup/DeveloperPage.stories.tsx @@ -32,7 +32,7 @@ export default { }; export const AllOff = createExample(TestedComponent, { - onDownloadDatabase: async () => "this is the content of the database", + onDownloadDatabase: async () => "this is the content of the database", operations: [ { type: PendingTaskType.ExchangeUpdate, |
