Explorar o código

test: fix tests by adding testURL to jest configuration

close #1933
KJlmfe %!s(int64=8) %!d(string=hai) anos
pai
achega
54b25eafe2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      jest.config.js

+ 3 - 0
jest.config.js

@@ -0,0 +1,3 @@
+module.exports = {
+  testURL: 'http://localhost:8000',
+};