Bug#940704: [Pkg-javascript-devel] Bug#940704: some tests do pass

2020-12-24 Thread Pirate Praveen
On Thu, Dec 24, 2020 at 19:50, Paolo Greppi wrote: I have run jest in the yarnpkg source tree with: jest --ci __tests__/ You can add this to debian/tests/pkg-js/test having this jest.config.js to disable failing tests: and include this as a patch. module.exports = { testURL: "http

Bug#940704: some tests do pass

2020-12-24 Thread Paolo Greppi
I have run jest in the yarnpkg source tree with: jest --ci __tests__/ having this jest.config.js to disable failing tests: module.exports = { testURL: "http://localhost/";, testPathIgnorePatterns: [ "/node_modules/", "/__tests__/index.js", "/__tests__/integration.js", "/__tes