File tree Expand file tree Collapse file tree 15 files changed +132
-30
lines changed Expand file tree Collapse file tree 15 files changed +132
-30
lines changed Original file line number Diff line number Diff line change 22 "plugins" : [" transform-decorators-legacy" ],
33 "require" : [
44 " babel-register" ,
5- " /react/test/helpers /requireSources.js"
5+ " /react/test/testHelpers /requireSources.js"
66 ]
77}
Original file line number Diff line number Diff line change 4848 "start" : " node server.js" ,
4949 "test" : " ./docker/coverage.sh" ,
5050 "test:coverage" : " nyc report --reporter=text-lcov | coveralls" ,
51- "test:unit" : " nyc --reporter=html --reporter=text-lcov --reporter=text mocha /react/test/**/*test.js" ,
52- "test:watch" : " nyc --reporter=html --reporter=text-lcov --reporter=text mocha -w /react/test/**/*test.js"
51+ "test:unit" : " nyc --reporter=html --reporter=text-lcov --reporter=text mocha /react/test/**/*- test.js" ,
52+ "test:watch" : " nyc --reporter=html --reporter=text-lcov --reporter=text mocha -w /react/test/**/*- test.js"
5353 },
5454 "repository" : {
5555 "type" : " git" ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sinon from 'sinon';
44import { expect } from 'chai' ;
55import { JSDOM } from 'jsdom' ;
66
7- import Index from './.. /src/js/index' ;
7+ import Index from '/react /src/js/index' ;
88
99const { window } = ( new JSDOM ( ) ) ;
1010global . window = window ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import JsonBoolean from './../../.. /src/js/components/DataTypes/Boolean' ;
6- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
7- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import JsonBoolean from '/react /src/js/components/DataTypes/Boolean' ;
6+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
7+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
88
99describe ( '<JsonBoolean />' , function ( ) {
1010 const rjvId = 1 ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
6- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
6+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
77
88describe ( '<DataTypeLabel />' , function ( ) {
99 const rjvId = 1 ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import JsonFloat from './../../.. /src/js/components/DataTypes/Float' ;
6- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
7- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import JsonFloat from '/react /src/js/components/DataTypes/Float' ;
6+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
7+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
88
99describe ( '<JsonFloat />' , function ( ) {
1010 const rjvId = 1 ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import JsonFunction from './../../.. /src/js/components/DataTypes/Function' ;
6- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
7- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import JsonFunction from '/react /src/js/components/DataTypes/Function' ;
6+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
7+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
88
99describe ( '<JsonFunction />' , function ( ) {
1010 const rjvId = 1 ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import JsonInteger from './../../.. /src/js/components/DataTypes/Integer' ;
6- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
7- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import JsonInteger from '/react /src/js/components/DataTypes/Integer' ;
6+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
7+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
88
99describe ( '<JsonInteger />' , function ( ) {
1010 const rjvId = 1 ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import React from 'react';
22import { shallow } from 'enzyme' ;
33import { expect } from 'chai' ;
44
5- import JsonNan from './../../.. /src/js/components/DataTypes/Nan' ;
6- import DataTypeLabel from './../../.. /src/js/components/DataTypes/DataTypeLabel' ;
7- import ConfigStore from './../../.. /src/js/stores/ConfigStore' ;
5+ import JsonNan from '/react /src/js/components/DataTypes/Nan' ;
6+ import DataTypeLabel from '/react /src/js/components/DataTypes/DataTypeLabel' ;
7+ import ConfigStore from '/react /src/js/stores/ConfigStore' ;
88
99describe ( '<JsonNan />' , function ( ) {
1010 const rjvId = 1 ;
You can’t perform that action at this time.
0 commit comments