Igor

Results 6 comments of Igor

I get the same error: "jest": "^26.0.1", ``` Test Suites: 17 passed, 17 total Tests: 57 passed, 57 total Snapshots: 3 obsolete, 26 passed, 26 total Time: 13.062 s Ran...

```Snapshots: 3 obsolete, 26 passed, 26 total``` **obsolete** - are the cause of the error, after their removal, the error is gone.

After updating Tabnine, I also began to receive a similar error ``` PhpStorm 2020.3.2 Build #PS-203.7148.74, built on January 27, 2021 Subscription is active until November 22, 2021. Runtime version:...

@boaz-codota will this problem be solved?

I restored it to work with: 1. Deleted in PhpStorm 2. Deleted folder C\User\\.tabnine 3. Install PhpStorm

I faced the same problem. ``` watchOptions: { ignored: path.resolve("dist"), }, ``` Helps solve the problem, but then the copy only happens on the first build