Trying to enqueue script – Nothing Happens

Simply you’ve to call the function to execute it:

function _test() {
  console.log("Test");
}
_test();