-
Notifications
You must be signed in to change notification settings - Fork 271
fix(superset-ui-query): add unit tests for #387 #390
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/2w4prjcpr |
Codecov Report
@@ Coverage Diff @@
## master #390 +/- ##
==========================================
+ Coverage 26.31% 26.33% +0.01%
==========================================
Files 192 192
Lines 5293 5293
Branches 475 475
==========================================
+ Hits 1393 1394 +1
Misses 3864 3864
+ Partials 36 35 -1
Continue to review full report at Codecov.
|
@@ -1,6 +1,6 @@ | |||
import { buildQueryContext } from '../src'; | |||
|
|||
describe('queryContextBuilder', () => { | |||
describe('buildQueryContect', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo Contect
=> Context
57c0734
to
ab44ee7
Compare
65ee9e1
to
48c5f74
Compare
48c5f74
to
754e3bc
Compare
Thanks for the unit tests! Sorry I didn't add them back when fixing this... |
🏆 Enhancements
Add unit tests for #387, increase test coverage for core packages back to 100%.
cc @etr2460 @williaster @kristw @villebro