Skip to content

Commit

Permalink
Move packages and configs to the 'src' folder
Browse files Browse the repository at this point in the history
This should be the last step in the transition to the new directory structure. This will allow us to create NPM packages easily. However, I have to change the way how we build our application first (hello Webpack).

kiwicom-source-id: 71111480ed0548688fef13a8bc9eabc5d0a284cb
  • Loading branch information
mrtnzlml authored and kiwicom-github-bot committed Apr 8, 2019
1 parent d595a3a commit 5eac3da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from 'graphql';

import { wrapResolvers, isSystemType } from '../index';
import { evaluateResolver } from '../../../apps/common/services/TestingTools';
import { evaluateResolver } from '../../../../apps/common/services/TestingTools';

let fields, schema;
beforeEach(() => {
Expand Down
File renamed without changes.

0 comments on commit 5eac3da

Please sign in to comment.