2
0

♻️ (bot) Change to features-centric folder structure

This commit is contained in:
Baptiste Arnaud
2022-11-15 14:59:34 +01:00
committed by Baptiste Arnaud
parent a5c8a8a95c
commit 972094425a
92 changed files with 1245 additions and 943 deletions

View File

@ -0,0 +1,4 @@
import path from 'path'
export const getTestAsset = (name: string) =>
path.join(__dirname, '..', 'assets', name)