Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b1419f4

Browse files
Foxandxsswardbell
authored andcommitted
chore: fix regions for e2e specs
closes #1657
1 parent cba1e1f commit b1419f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/_includes/_util-fns.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ script.
234234

235235
//- Returns truthy iff path is example project relative.
236236
- var isProjRelDir = function(path) {
237-
- return !path.match(/\/(js|ts|dart)(-snippets)?\//) && !path.endsWith('e2e-spec.js');
237+
- return !path.match(/\/(js|ts|dart)(-snippets)?\//) && !path.endsWith('e2e-spec.ts');
238238
- // Last conjunct handles case for shared project e2e test file like
239239
- // cb-component-communication/e2e-spec.js (is shared between ts & dart)
240240
- // TODO: generalize: compare start with getExampleName(); which needs to be fixed.

0 commit comments

Comments
 (0)