Giter VIP home page Giter VIP logo

Comments (8)

BlueAccords avatar BlueAccords commented on May 20, 2024 1

Alright quick run through on a fresh pull, npm run dev and npm run test are both working without any errors/warnings. Thanks for the help!

from frontend-starter-toolkit.

BlueAccords avatar BlueAccords commented on May 20, 2024

Nvm just pulled your latest update that fixed this! 95ac64a

from frontend-starter-toolkit.

saranshkataria avatar saranshkataria commented on May 20, 2024

@BlueAccords The error still exists in the test file, and I am still trying to get that to work. Having a discussion here: typescript-eslint/typescript-eslint#384

from frontend-starter-toolkit.

BlueAccords avatar BlueAccords commented on May 20, 2024

Oh ok, i'll keep an eye out for updates to the repo then. Do you think it'll cause any problems if I use your boilerplate as a base for development or will I run into issues if I try to write tests due to the same issue?

from frontend-starter-toolkit.

saranshkataria avatar saranshkataria commented on May 20, 2024

I will update this repo as soon as I get a response from someone there. Also, I am trying to convert this into a npm package so that you don't have to copy paste it and can just use npm versions to update the whole boilerplate.

from frontend-starter-toolkit.

saranshkataria avatar saranshkataria commented on May 20, 2024

The issue still has a workaround that you explicitly mention void as a return type on test functions, which can be a short term solution. Apart from that, I don't think it would break anything else.

from frontend-starter-toolkit.

BlueAccords avatar BlueAccords commented on May 20, 2024

Alright. Also with the latest version i'm getting this error when trying to run tests but i'm assuming this is the same one you're running into and trying to resolve .

> jest

 FAIL  src/App.test.tsx
  ● Test suite failed to run

    Cannot find module 'core-js/modules/es6.promise' from 'App.test.tsx'

      1 | import React from 'react';
      2 | import TestRenderer from 'react-test-renderer';
    > 3 | import App from './App';
        | ^
      4 |
      5 | it('renders without crashing', async () => {
      6 |   TestRenderer.create(<App />);

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:202:17)
      at Object.<anonymous> (src/App.test.tsx:3:1)

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        1.996s

from frontend-starter-toolkit.

saranshkataria avatar saranshkataria commented on May 20, 2024

@BlueAccords I updated the project, Could you take the latest change, remove the node modules and do a fresh install?

from frontend-starter-toolkit.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.