mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
b20539ef2b
commit
957fbc6533
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ test('cloudcmd: entity: encode', (t) => {
|
|||
test('cloudcmd: entity: {{}}', (t) => {
|
||||
const result = entity.encode('{{}}');
|
||||
const expected = '{{}}';
|
||||
|
||||
|
||||
t.equal(result, expected, 'should encode entity');
|
||||
t.end();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue