We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12e90b commit b0f3c6fCopy full SHA for b0f3c6f
packages/node-runtime-worker-thread/src/spawn-child-from-source.spec.ts
@@ -7,7 +7,7 @@ import spawnChildFromSource from './spawn-child-from-source';
7
8
chai.use(chaiAsPromised);
9
10
-describe.skip('spawnChildFromSource', () => {
+describe('spawnChildFromSource', () => {
11
it('should resolve with a child process', async() => {
12
const spawned = await spawnChildFromSource('');
13
expect(spawned).to.be.instanceof((childProcess as any).ChildProcess);
0 commit comments