Skip to content

Commit

Permalink
testing import in grnstate-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiap committed Feb 19, 2025
1 parent 31f907e commit 123d022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grnstate-tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { grnState } from "../web-client/public/js/grnstate";
const chai = require("chai");
chai.should(); // Activates "should" style assertions
import { grnState } from "../web-client/public/js/grnstate";

describe("The grnState model object", () => {
it("should update the reset normalization maximum correctly", () => {
Expand Down

0 comments on commit 123d022

Please sign in to comment.