Skip to content

Commit

Permalink
chore: adapt imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Feb 16, 2024
1 parent 2a61baa commit 2e59344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/js/material.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { expect } from "chai";

import WS2 from "../../materials/WS2_001.json";
import { MaterialStandata } from "../../src/js";
import Si from "./fixtures/Si.json";
import Na4Cl4 from "./fixtures/Na4Cl4.json";
import Graphene from "./fixtures/Graphene.json";
import h_BN from "./fixtures/h-BN.json";
import WS2 from "./fixtures/WS2.json";
import Na4Cl4 from "./fixtures/Na4Cl4.json";
import Si from "./fixtures/Si.json";

describe("Materials Standata", () => {
it("can search materials by tags", () => {
Expand Down

0 comments on commit 2e59344

Please sign in to comment.