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 860673b commit 22ee4c8Copy full SHA for 22ee4c8
test/test-publisher.js
@@ -21,11 +21,11 @@ const {message} = rclnodejs;
21
describe('rclnodejs publisher test suite', function() {
22
this.timeout(60 * 1000);
23
24
- before(function() {
+ beforeEach(function() {
25
return rclnodejs.init();
26
});
27
28
- after(function() {
+ afterEach(function() {
29
rclnodejs.shutdown();
30
31
0 commit comments