Skip to content

Commit

Permalink
Add set/get Config #13
Browse files Browse the repository at this point in the history
  • Loading branch information
a6b8 committed Mar 17, 2024
1 parent ca8cddf commit 8b83f7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/circle-ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ exporter.sendData( {
'obj': { 'id': '1', 'foo': 'bar' }
} )


exporter.on(
'exporterRouteLoopUpdate',
( eventResponse ) => {
Expand All @@ -33,8 +32,6 @@ exporter.on(
)


// wait for 5000 ms to let the exporter send the data

const delay = 5000
await new Promise( resolve => setTimeout( resolve, delay ) )
console.log( 'Event not received.' )
Expand Down

0 comments on commit 8b83f7a

Please # to comment.