mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-02 06:39:05 +08:00
Update styles to latest unicorn 🦄 and prettier 🦋
This commit is contained in:
@@ -5,7 +5,7 @@ describe('CommandExecutionError', () => {
|
||||
expect(() => new CommandExecutionError()).not.toThrow();
|
||||
});
|
||||
|
||||
test.each([1, 'one', { name: '!' }])('Displays title %s', message => {
|
||||
test.each([1, 'one', { name: '!' }])('Displays title %s', (message) => {
|
||||
const error = new CommandExecutionError(message);
|
||||
|
||||
expect(error.name).toStrictEqual('CommandExecutionError');
|
||||
|
||||
Reference in New Issue
Block a user