Skip to content

Commit

Permalink
test: include TODO test for managed and async
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 16, 2024
1 parent cd4abd7 commit 15ff469
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions test/async.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { todo } = require('node:test');

todo('async tasks should behave similar to sync tasks', async () => {

});
4 changes: 0 additions & 4 deletions test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,3 @@ describe('when no --allow-natives-syntax', async () => {
todo('histogram values', async () => {

});

todo('async tasks should behave similar to sync tasks', async () => {

});
5 changes: 5 additions & 0 deletions test/managed.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { todo } = require('node:test');

todo('managed benchmarks', async () => {

});

0 comments on commit 15ff469

Please sign in to comment.