mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21114 from overleaf/msm-add-missing-test-base
[web] check `web/test` folder on `esm-check-migration.js` GitOrigin-RevId: 0665f208664fc969932d627c994d986c2f97d51a
This commit is contained in:
parent
d2e6608f01
commit
a753d3c1d9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const fs = require('fs')
|
|||
const path = require('path')
|
||||
const minimist = require('minimist')
|
||||
|
||||
const APP_CODE_PATH = ['app', 'modules', 'migrations', 'scripts']
|
||||
const APP_CODE_PATH = ['app', 'modules', 'migrations', 'scripts', 'test']
|
||||
|
||||
const {
|
||||
_: args,
|
||||
|
|
Loading…
Reference in a new issue