Skip to content

Commit

Permalink
feat(upward): test suite and reference impl
Browse files Browse the repository at this point in the history
  • Loading branch information
zetlen committed Sep 19, 2018
1 parent 74006c2 commit 5fd2d40
Show file tree
Hide file tree
Showing 83 changed files with 12,139 additions and 806 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const testPathRE = /(^\/packages\/[^\/]+\/|\.spec|\/__tests?__)/g;
const testPathToFilePath = filepath => filepath.replace(testPathRE, '');
module.exports = {
projects: [
'packages/express-upward',
'packages/peregrine',
'packages/pwa-buildpack',
'packages/upward-js',
'packages/venia-concept',
'scripts'
],
Expand Down
Loading

0 comments on commit 5fd2d40

Please sign in to comment.