diff options
author | LASER-Yi <[email protected]> | 2022-03-29 01:10:24 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2022-03-29 01:10:24 +0800 |
commit | 030a7045e03dc157cafa77d7103ddc5aea09bf53 (patch) | |
tree | f401559d30c82d33fe2c2d970f2154bf841ee611 /frontend/tsconfig.json | |
parent | 3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff (diff) | |
download | bazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.tar.gz bazarr-030a7045e03dc157cafa77d7103ddc5aea09bf53.zip |
no log: Setup unit tests for UI
Diffstat (limited to 'frontend/tsconfig.json')
-rw-r--r-- | frontend/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index ace55124c..390e328e3 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -22,5 +22,5 @@ "@/*": ["./src/*"] } }, - "include": ["./src"] + "include": ["./src", "./test"] } |