import { Right } from './rights.js'; test('access right exists', () => { expect(Right.ACCESS).toBe(1); });