Skip to content

Commit

Permalink
[test/functional] move fixtures into test/functional project
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 17, 2017
1 parent 05994e9 commit 8337585
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default async function ({ readConfigFile }) {
servers,
apps,
esArchiver: {
directory: resolve(__dirname, '../../src/fixtures/es_archives'),
directory: resolve(__dirname, './fixtures/es_archives')
},
screenshots: {
directory: resolve(__dirname, './screenshots'),
Expand Down

0 comments on commit 8337585

Please sign in to comment.