Skip to content

Commit

Permalink
fixing jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjeong46 committed Mar 11, 2024
1 parent 95ab33b commit 5c275b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/karpenter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import * as blueprints from '../lib';
import { KubernetesVersion } from 'aws-cdk-lib/aws-eks';
import { Template } from 'aws-cdk-lib/assertions';
import { EbsDeviceVolumeType } from 'aws-cdk-lib/aws-ec2';
import { BlockDeviceMapping, EbsVolumeMapping } from "../lib";
import { reqValues } from "../lib/spi";
import { BlockDeviceMapping, EbsVolumeMapping, NodePoolRequirementValues } from "../lib";

const defaultReq: reqValues = [
const defaultReq: NodePoolRequirementValues = [
{
key: "karpenter.k8s.aws/instance-category",
operator: "In",
Expand Down

0 comments on commit 5c275b3

Please sign in to comment.