Skip to content

Commit

Permalink
fix: remove $FlowExpectedError declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 27, 2023
1 parent a87f44c commit e567b4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions __tests__/bin/vip-config-envvar-delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ import { describe, expect, it, jest, beforeEach } from '@jest/globals';
*/
import { deleteEnvVarCommand } from '../../src/bin/vip-config-envvar-delete';
import command from '../../src/lib/cli/command';
// $FlowExpectedError[cannot-resolve-module]
import { deleteEnvVar, validateNameWithMessage } from '../../src/lib/envvar/api';
// $FlowExpectedError[cannot-resolve-module]
import { cancel, confirm, promptForValue } from '../../src/lib/envvar/input';
// $FlowExpectedError[cannot-resolve-module]
import { trackEvent } from '../../src/lib/tracker';

function mockExit() {
Expand Down

0 comments on commit e567b4d

Please sign in to comment.