Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
restructure test files
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 7, 2020
1 parent 2208c6a commit c31bdf4
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./polyfills";

// https://github.com/BulbEnergy/jest-mock-examples/tree/master/class-mock

import { BasicMath } from "./BasicMath";
import { ComplexMath } from "./ComplexMath";
import { BasicMath } from "./test-scripts/BasicMath";
import { ComplexMath } from "./test-scripts/ComplexMath";

const basicMath = new BasicMath();
const complexMath = new ComplexMath();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// https://github.com/BulbEnergy/jest-mock-examples/tree/master/class-mock

import { BasicMath } from "./BasicMath";
import { ComplexMath } from "./ComplexMath";
import { BasicMath } from "./test-scripts/BasicMath";
import { ComplexMath } from "./test-scripts/ComplexMath";

const basicMath = new BasicMath();
const complexMath = new ComplexMath();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c31bdf4

Please sign in to comment.