Skip to content

Commit

Permalink
fixed import and added the comment back into the yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiap committed Feb 19, 2025
1 parent e19bfe7 commit 31f907e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI

on: [push]
Expand Down
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 31f907e

Please sign in to comment.