mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
added yarn test to travis.yml (#5696)
This commit is contained in:
committed by
Nitish Tiwari
parent
85154508b0
commit
4ca0ec4586
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user