Skip to content

Commit 1685e9f

Browse files
author
Dustyn Blackmore
committed
Reconfigure Build & Tests
Fixed issue in which build was including tests in final component.
1 parent d696afa commit 1685e9f

13 files changed

Lines changed: 23 additions & 2736 deletions

lib/components/Input.test.js

Lines changed: 0 additions & 574 deletions
This file was deleted.

lib/components/Input.text.test.js

Lines changed: 0 additions & 561 deletions
This file was deleted.

lib/components/Input.textarea.test.js

Lines changed: 0 additions & 554 deletions
This file was deleted.

lib/components/input.button.test.js

Lines changed: 0 additions & 477 deletions
This file was deleted.

lib/components/input.radio.test.js

Lines changed: 0 additions & 563 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from "react";
55
import ReactDOM from "react-dom";
66
import { shallow, toEqual } from "enzyme";
7-
import Input from "./Input";
7+
import Input from "./../src";
88

99
let maxLength = value => {
1010
return value.length <= 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from "react";
55
import ReactDOM from "react-dom";
66
import { shallow, toEqual } from "enzyme";
7-
import Input from "./Input";
7+
import Input from "./../src";
88

99
let maxLength = value => {
1010
return value.length <= 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from "react";
55
import ReactDOM from "react-dom";
66
import { shallow, toEqual } from "enzyme";
7-
import Input from "./Input";
7+
import Input from "./../src";
88

99
let maxLength = value => {
1010
return value.length <= 10;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from "react";
55
import ReactDOM from "react-dom";
66
import { shallow, toEqual } from "enzyme";
7-
import Input from "./Input";
7+
import Input from "./../src";
88

99
let minLength = value => {
1010
return value.length > 0;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from "react";
55
import ReactDOM from "react-dom";
66
import { shallow, toEqual } from "enzyme";
7-
import Input from "./Input";
7+
import Input from "./../src";
88

99
let maxLength = value => {
1010
return value.length <= 10;

0 commit comments

Comments
 (0)