izotomas

Results 4 issues of izotomas

I have a following setup where I use chai-as-promised, should, and chai-arrays: ```js const chai = require('chai'), chaiAsPromised = require('chai-as-promised'), assertArrays = require('chai-arrays'); chai.should(); chai.use(assertArrays); chai.use(chaiAsPromised); describe('chai-array with chai-as-promised', async...

could this be updated for Big Sur?

this is my mocha config: ``` --timeout 300000 --require ts-node/register e2e/**/*.spec.ts ``` and this is mochaExplorer config: ```json { "mochaExplorer.files": "e2e/**/*.spec.ts", "mochaExplorer.require": "ts-node/register", "mochaExplorer.timeout": 300000, "mochaExplorer.mochaPath": "./node_modules/mocha", "mochaExplorer.logpanel": true }...

more info needed

When i try to generate preview for some file, i get following error: ``` Generating preview failed: [ERROR] 2023/05/31 15:34:31 expected data on stdin but none found ``` I believe...