Revert "Optimizations"

This reverts commit 59bce9d28d.
This commit is contained in:
2025-07-07 14:32:21 -04:00
parent 59bce9d28d
commit 80307b363b
6 changed files with 69 additions and 251 deletions

View File

@ -1,10 +1,6 @@
import {PathError, PathEvent, PathEventEmitter, PE, PES} from '../src';
describe('Path Events', () => {
beforeEach(() => {
PathEvent.clearCache();
});
describe('PE', () => {
it('creates PathEvent from template string', () => {
const e = PE`users/system:cr`;