Skip to content

Commit b0f3c6f

Browse files
committed
test(node-runtime-worker-thread): Enable spawnChildFromSource test
1 parent c12e90b commit b0f3c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-runtime-worker-thread/src/spawn-child-from-source.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import spawnChildFromSource from './spawn-child-from-source';
77

88
chai.use(chaiAsPromised);
99

10-
describe.skip('spawnChildFromSource', () => {
10+
describe('spawnChildFromSource', () => {
1111
it('should resolve with a child process', async() => {
1212
const spawned = await spawnChildFromSource('');
1313
expect(spawned).to.be.instanceof((childProcess as any).ChildProcess);

0 commit comments

Comments
 (0)