get group resize, enter and exit working
This commit is contained in:
8
frontend/tests/constants.test.mjs
Normal file
8
frontend/tests/constants.test.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import test from 'node:test';
|
||||
import assert from 'node:assert/strict';
|
||||
|
||||
import { SOCKET_COMPATIBILITY } from '../src/constants.js';
|
||||
|
||||
test('SAVE_VALUE accepts ANNOTATION_SOURCE inputs', () => {
|
||||
assert.equal(SOCKET_COMPATIBILITY.SAVE_VALUE.has('ANNOTATION_SOURCE'), true);
|
||||
});
|
||||
Reference in New Issue
Block a user