Skip to content

Commit

Permalink
fix(test): fix fileSaver stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz committed Dec 28, 2023
1 parent 70ea1dc commit f73d694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/document-card-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Service from "@ember/service";
import { render, click } from "@ember/test-helpers";
import { setupRenderingTest } from "dummy/tests/helpers";
import { hbs } from "ember-cli-htmlbars";
import fileSaver from "file-saver";
import * as fileSaver from "file-saver";
import { module, test } from "qunit";
import sinon from "sinon";

Expand Down

0 comments on commit f73d694

Please sign in to comment.