require "./test_helper.js" {Commands} = require "../../background_scripts/commands.js" context "Key mappings", should "lowercase keys correctly", -> assert.equal (Commands.normalizeKey ''), '' assert.equal (Commands.normalizeKey ''), '' assert.equal (Commands.normalizeKey ''), '' assert.equal (Commands.normalizeKey ''), '' assert.equal (Commands.normalizeKey ''), ''