Skip to content

Commit

Permalink
chore: remove smart thing
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Oct 26, 2024
1 parent 71b542f commit d55a1bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/js/material.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { expect } from "chai";
import fs from "fs";
import path from "path";

import h_BN from "../../materials/BN-[Hexagonal_Boron_Nitride]-HEX_[P6%2Fmmm]_2D_[Monolayer]-[2dm-4991].json";
import Graphene from "../../materials/C-[Graphene]-HEX_[P6%2Fmmm]_2D_[Monolayer]-[2dm-3993].json";
Expand All @@ -9,9 +7,7 @@ import Si from "../../materials/Si-[Silicon]-FCC_[Fd-3m]_3D_[Bulk]-[mp-149].json
import WS2 from "../../materials/WS2-[Tungsten_Disulfide]-HEX_[P-6m2]_2D_[Monolayer]-[2dm-3749].json";
import { MaterialStandata } from "../../src/js";

const materialsSourcePath = path.join(__dirname, "materials/source");
const poscarFiles = fs.readdirSync(materialsSourcePath).filter((file) => file.endsWith(".poscar"));
const TOTAL_NUMBER_OF_MATERIALS = poscarFiles.length;
const TOTAL_NUMBER_OF_MATERIALS = 30;

describe("Materials Standata", () => {
it("can return the list of all materials", () => {
Expand Down

0 comments on commit d55a1bc

Please sign in to comment.