Skip to content

Commit

Permalink
Remove os import from rooseveltTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Oct 6, 2024
1 parent 41e9709 commit 0acaa93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/rooseveltTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const { fork } = require('child_process')
const fs = require('fs-extra')
const generateTestApp = require('./util/generateTestApp')
const http = require('http')
const os = require('os')
const path = require('path')
const request = require('supertest')

Expand Down

0 comments on commit 0acaa93

Please sign in to comment.