mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
fix: imports from src in config files lead to crash
This commit is contained in:
committed by
Rainer Killinger
parent
e65a81fcfa
commit
f6003d7f87
@@ -13,7 +13,7 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {inRangeInclusive} from '../src/common';
|
||||
import {inRangeInclusive} from '../config/default';
|
||||
import {expect} from 'chai';
|
||||
|
||||
describe('Common', function () {
|
||||
|
||||
Reference in New Issue
Block a user