Skip to content

Commit

Permalink
Tests: Fixed languages test discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 3, 2021
1 parent 4492c5c commit a9a199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/test-discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');

const SUPPORTED_TEST_FILE_EXT = new Set('.js', '.test');
const SUPPORTED_TEST_FILE_EXT = new Set(['.js', '.test']);

module.exports = {

Expand Down

0 comments on commit a9a199b

Please sign in to comment.