Adjust specs to show location
This commit is contained in:
parent
88e5ed9ea5
commit
ad8a191e95
@ -21,7 +21,7 @@ import '../../../environment/tests';
|
|||||||
|
|
||||||
import Application from './application';
|
import Application from './application';
|
||||||
|
|
||||||
describe('localtx/Application', () => {
|
describe('dapps/localtx/Application', () => {
|
||||||
describe('rendering', () => {
|
describe('rendering', () => {
|
||||||
it('renders without crashing', () => {
|
it('renders without crashing', () => {
|
||||||
const rendered = shallow(<Application />);
|
const rendered = shallow(<Application />);
|
||||||
|
@ -29,7 +29,7 @@ Api.api = {
|
|||||||
import BigNumber from 'bignumber.js';
|
import BigNumber from 'bignumber.js';
|
||||||
import { Transaction, LocalTransaction } from './transaction';
|
import { Transaction, LocalTransaction } from './transaction';
|
||||||
|
|
||||||
describe('localtx/Transaction', () => {
|
describe('dapps/localtx/Transaction', () => {
|
||||||
describe('rendering', () => {
|
describe('rendering', () => {
|
||||||
it('renders without crashing', () => {
|
it('renders without crashing', () => {
|
||||||
const transaction = {
|
const transaction = {
|
||||||
@ -51,7 +51,7 @@ describe('localtx/Transaction', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('localtx/LocalTransaction', () => {
|
describe('dapps/localtx/LocalTransaction', () => {
|
||||||
describe('rendering', () => {
|
describe('rendering', () => {
|
||||||
it('renders without crashing', () => {
|
it('renders without crashing', () => {
|
||||||
const rendered = shallow(
|
const rendered = shallow(
|
||||||
|
Loading…
Reference in New Issue
Block a user