Skip to content

Commit 53e7357

Browse files
committed
Put all tests to run (was missing score and result)
1 parent 7b2c67c commit 53e7357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_and_examples/runQueryTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ process.on('SIGINT', function() {
334334

335335
function main(){
336336
// SlicingDice queries to be tested. Must match the JSON file name.
337-
let queryTypes = ['count_entity', 'count_event', 'top_values', 'aggregation'];
337+
let queryTypes = ['count_entity', 'count_event', 'top_values', 'aggregation', 'result', 'score'];
338338

339339
// Testing class with demo API key
340340
// To get a demo api key visit: http://panel.slicingdice.com/docs/#api-details-api-connection-api-keys-demo-key

0 commit comments

Comments
 (0)