1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Bump version 1.4.0.

This commit is contained in:
Bogdan Bodnar 2019-11-29 16:06:09 +01:00
parent c6fd9bbadb
commit 03a020f87c
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "1.3.3",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "1.3.3",
"version": "1.4.0",
"description": "Set of components and utils for Foris and its plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {

View File

@ -49,7 +49,7 @@ describe("<RebootButton/>", () => {
fireEvent.click(getByText(componentContainer, "Confirm reboot"));
mockJSONError();
await wait(() => expect(mockSetAlert)
.toBeCalledWith("Reboot triggering was failed."));
.toBeCalledWith("Reboot request failed."));
});
});