❯ yarn test application-commands/* PASS unit test tests/application-commands/computeDifferences.test.ts Compute differences for provided application commands √ given two context menu commands, it should not return any difference (3 ms) √ given two identical commands, it should not return any difference √ given 2 different descriptions, it should return the difference √ given a command with a default_permission set to true and one set to false, it should return the difference √ given a command with no options and one with options, it should return the difference (1 ms) √ given a command with options and one without options, it should return the difference (1 ms) √ given a command with 1 option and one with 2 options, it should return the difference (1 ms) √ given a command with 1 string option and one with 1 boolean option, it should return the difference (1 ms) √ given a command with 1 string option and one with 1 string option named differently, it should return the difference (1 ms) √ given a command with 1 string option and one with 1 string option with different descriptions, it should return the difference (1 ms) √ given a command with a required option and one with an option that is not required, it should return the difference (1 ms) √ given a command with 2 options and one with 1 option, it should return the difference (1 ms) √ given a command with 1 sub command group that has 1 sub command and one with 1 sub command group that has 2 sub commands, it should return the difference √ given a command with 1 sub command with no options and one command with 1 sub command with 1 option, it should return the difference √ given a command with 1 sub command with 1 option and one command with 1 sub command with no options, it should return the difference √ given a command with 1 sub command with 2 options and one command with 1 sub command with 1 option, it should return the difference (1 ms) √ given a command with 1 sub command with 1 string option and one command with 1 sub command with 1 boolean option, it should return the difference