Skip to content

Commit

Permalink
Update test/index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Surma <surma@surmair.de>
  • Loading branch information
syrusakbary and surma committed Oct 11, 2019
1 parent 5c7a8ec commit 64f8578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process.on("unhandledRejection", err => {
const features = require(__dirname+'/../dist/cjs');

const isBoolean = function (value) {
return value === true || value === false;
return typeof value === 'boolean';
}

const checkFeature = function (featureName) {
Expand Down

0 comments on commit 64f8578

Please sign in to comment.