Skip to content

Commit

Permalink
change inquirer import
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Aug 19, 2024
1 parent 5d9d5a2 commit c9c40ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/commands/addons/admin/manifest/generate.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import {expect, test} from '@oclif/test'
import * as fs from 'fs-extra'
import * as inquirer from 'inquirer'
const inquirer = require('inquirer')
import * as randomstring from 'randomstring'
import * as sinon from 'sinon'

import {manifest} from '../../../../utils/test'

describe('addons:admin:manifest:generate', () => {
Expand Down

0 comments on commit c9c40ef

Please sign in to comment.