Skip to content

Commit

Permalink
test: remove unnecessary requires from @nodevu/opt
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Nov 19, 2024
1 parent 7f20005 commit 1754724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opt/test/test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const { deepStrictEqual } = require('node:assert');
const { describe, it, beforeEach } = require('node:test');
const { describe, it } = require('node:test');
const { fetch: undiciFetch } = require('undici');
const { DateTime } = require('luxon');
const nodevu = require('@nodevu/core');
const opt = require('../index');

describe('the parseOptions module should return all correct defaults', async () => {
Expand Down

0 comments on commit 1754724

Please sign in to comment.