Renamed test directory to match the query name

Co-Authored-By: Asger F <316427+asgerf@users.noreply.github.com>
This commit is contained in:
Napalys Klicius
2025-06-03 14:12:12 +02:00
parent d1869941c2
commit 8521c53a40
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { async } from '@strapi/utils';
const f = async () => {
const permissionsInDB = await async.pipe(strapi.db.query('x').findMany,map('y'))();
}