added yarn test to travis.yml (#5696)

This commit is contained in:
Kanagaraj M
2018-03-23 14:36:20 +05:30
committed by Nitish Tiwari
parent 85154508b0
commit 4ca0ec4586
2 changed files with 15 additions and 0 deletions

View File

@@ -438,6 +438,11 @@ describe("Objects actions", () => {
Object.defineProperty(window, "location", {
set(url) {
setLocation(url)
},
get() {
return {
origin: "http://localhost:8080"
}
}
})
const store = mockStore({
@@ -460,6 +465,11 @@ describe("Objects actions", () => {
Object.defineProperty(window, "location", {
set(url) {
setLocation(url)
},
get() {
return {
origin: "http://localhost:8080"
}
}
})
const store = mockStore({