CurrentIdentity repro for read:predicate
Instructions:
- Supply admin key of an already existing DB in .env as ADMIN_KEY=
- npm install
- npm run testSetupFull:repro
- npm run test:repro
test:repro
runs teststestSetup:repro
will run creation script. should work except for indexes.testSetupRun:repro
will run creation script. and runs test aftertestSetupFull:repro
destroys and recreates DB, for indexes.