Skip to content

Commit

Permalink
"a test", not "an test"
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jul 7, 2024
1 parent 48cb1eb commit 16ddc83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { launchNode } from './launchNode';

/**
* The test runner creates an test environment per file,
* The test runner creates a test environment per file,
* which we can use to isolate the faulty behavior.
*/
describe('launchNode-singular-test', () => {
Expand Down

0 comments on commit 16ddc83

Please sign in to comment.