Skip to content

Commit

Permalink
fix(commonTests): skip -example.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Sep 28, 2016
1 parent e1e7032 commit d3d45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/commonTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const commonTestHelpers = (testName, Component) => {
const componentCtx = require.context(
'../../src/',
true,
/(addons|collections|elements|modules|views).(?!index).*\.js/
/(addons|collections|elements|modules|views).(?!index|-example).*\.js/
)

const componentInfo = componentCtx.keys().map(key => {
Expand Down

0 comments on commit d3d45c8

Please sign in to comment.