Skip to content

Component Testing #201

Open
Open
@ShMcK

Description

@ShMcK
Member

There are no UI based tests at the moment inside of the web-app folder.

Activity

SavvyShah

SavvyShah commented on Mar 19, 2022

@SavvyShah
Contributor

I would like to take this up.

ShMcK

ShMcK commented on Mar 20, 2022

@ShMcK
MemberAuthor

Let me know if I can provide any support or if you'd like to chat.

SavvyShah

SavvyShah commented on Mar 21, 2022

@SavvyShah
Contributor

Storybook build is failing with an error.

ERROR in ./.storybook/config.ts
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL] /home/shubham/repos/coderoad-vscode/web-app/.storybook/config.ts: .options is not a valid Plugin property
    at /home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/config/validation/plugins.js:65:42
    at Array.forEach (<anonymous>)
    at validatePluginObject (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/config/validation/plugins.js:54:20)
    at /home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/config/full.js:261:55
    at Generator.next (<anonymous>)
    at Function.<anonymous> (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/gensync-utils/async.js:16:3)
    at Generator.next (<anonymous>)
    at step (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/node_modules/gensync/index.js:261:32)
    at evaluateAsync (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/node_modules/gensync/index.js:291:5)
    at Function.errback (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/node_modules/gensync/index.js:113:7)
    at errback (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/gensync-utils/async.js:60:18)
    at async (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/node_modules/gensync/index.js:188:17)
    at onFirstPause (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/node_modules/gensync/index.js:216:13)
    at Generator.next (<anonymous>)
    at cachedFunction (/home/shubham/repos/coderoad-vscode/web-app/node_modules/@babel/core/lib/config/caching.js:58:46)
    at cachedFunction.next (<anonymous>)
 @ ./.storybook/config.ts-generated-config-entry.js 54:0-91 55:12-18 56:14-20
 @ multi ./node_modules/@storybook/core-client/dist/esm/globals/polyfills.js ./node_modules/@storybook/core-client/dist/esm/globals/globals.js (webpack)-hot-middleware/client.js?reload=true&quiet=false&noInfo=undefined ./storybook-init-framework-entry.js ./node_modules/@storybook/react/dist/esm/client/preview/config-generated-config-entry.js ./.storybook/config.ts-generated-config-entry.js
ShMcK

ShMcK commented on Mar 23, 2022

@ShMcK
MemberAuthor

Thanks @SavvyShah!

I've started some progress to get Storybook working again. It seems I'm behind on Webpack, Storybook changes, etc. JS moves fast.

I'll continue soon, but if you want to take a look there's progress here: #587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ShMcK@SavvyShah

        Issue actions

          Component Testing · Issue #201 · coderoad/coderoad-vscode