Skip to content

Commit

Permalink
add test group
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jul 7, 2024
1 parent 07d2f6c commit b454fa3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { launchNode } from './launchNode';
* The test runner creates a test environment per file,
* which we can use to isolate the faulty behavior.
*/
/**
* @group node
*/
describe('launchNode-singular-test', () => {
let killedNodeUrl = '';
afterAll(async () => {
Expand Down

0 comments on commit b454fa3

Please sign in to comment.