Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Jun 3, 2024
1 parent 3a4e8d5 commit 085728e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/desktop-trampoline.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ const { stat, access } = require('fs').promises
const { constants } = require('fs')
const { execFile } = require('child_process')
const { promisify } = require('util')
const { getDesktopTrampolinePath } = require('../index')
const { getDesktopAskpassTrampolinePath } = require('../index')
const split2 = require('split2')
const { createServer } = require('net')

const trampolinePath = getDesktopTrampolinePath()
const trampolinePath = getDesktopAskpassTrampolinePath()
const run = promisify(execFile)

describe('desktop-trampoline', () => {
Expand Down

0 comments on commit 085728e

Please sign in to comment.