We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec37255 commit c5f2ac5Copy full SHA for c5f2ac5
strip-test-selectors.js
@@ -18,12 +18,12 @@ module.exports = function () {
18
},
19
20
MustacheStatement(node) {
21
- node.params = node.params.filter(param => !isTestSelector(param.original));
+ node.params = node.params.filter(param => !isTestSelector(param.value));
22
node.hash.pairs = node.hash.pairs.filter(pair => !isTestSelector(pair.key));
23
24
25
BlockStatement(node) {
26
27
28
29
0 commit comments