Skip to content

Commit

Permalink
Fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mapedraza committed Oct 20, 2023
1 parent fcbdd43 commit 9fdb31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/functional-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
* Modified by: Miguel Angel Pedraza
*/

/* eslint-disable no-unused-vars no-unused-expressions */
/* eslint-disable no-unused-vars*/
/* eslint-disable no-unused-expressions*/

const iotaJson = require('../..');
const config = require('./config-test.js');
Expand Down

0 comments on commit 9fdb31c

Please sign in to comment.