Skip to content

Commit

Permalink
Import expect from vitest in gradint unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Nov 13, 2024
1 parent 7e3e03e commit c70276d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mermaid/src/rendering-util/createGradient.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { createLinearGradient, directionMap, getGradientLineLength } from './createGradient.js';
import { select, type Selection } from 'd3';
import { JSDOM } from 'jsdom';
import { expect } from 'vitest';

/* Global declarations for all describe blocks */

Expand Down

0 comments on commit c70276d

Please sign in to comment.