Skip to content

Commit

Permalink
test: update myTransform, support average, Q1, median, Q3.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Nov 19, 2020
1 parent be70a39 commit 4eee8b8
Show file tree
Hide file tree
Showing 5 changed files with 954 additions and 153 deletions.
3 changes: 2 additions & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ exports.createMyTransform = function () {
clean: true
}, {
include: [
nodePath.resolve(ecDir, 'test/lib/myTransform/src/**/*.ts')
nodePath.resolve(ecDir, 'test/lib/myTransform/src/**/*.ts'),
nodePath.resolve(ecDir, 'src/**/*.ts')
]
}),
input: input,
Expand Down
292 changes: 292 additions & 0 deletions test/data-transform-aggregate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4eee8b8

Please sign in to comment.