l0king-alt

Results 2 comments of l0king-alt

Thank you @AriPerkkio for the response. Yes, in theory that works but there are a few drawbacks as opposed to not separating them into different projects. Every test is duplicated...

@sheremet-va doesn't that require two sets of tests, given that: `include: ['./tests/*.**browser.test.ts**'] // as an EXAMPLE, include only files with browser.test` and ` include: ['./tests/*.**jsdom.test.ts**'] // as an EXAMPLE, include...