1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/thelounge/skip-version-tests.patch
2021-07-14 21:26:50 +00:00

18 lines
643 B
Diff

These tests are just checking the syntax of the version name, which
Alpine has its own format for.
--- thelounge-4.2.0/test/src/helperTest.js
+++ thelounge-4.2.0/test/src/helperTest.js
@@ -42,11 +42,11 @@
describe("#getVersion()", function () {
const version = Helper.getVersion();
- it("should mention it is served from source code", function () {
+ xit("should mention it is served from source code", function () {
expect(version).to.include("source");
});
- it("should include a short Git SHA", function () {
+ xit("should include a short Git SHA", function () {
expect(version).to.match(/\([0-9a-f]{7,11} /);
});