mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
19 lines
643 B
Diff
19 lines
643 B
Diff
These tests are just checking the syntax of the version name, which
|
|
Alpine has its own format for.
|
|
--- thelounge-4.3.0/test/src/helperTest.js
|
|
+++ thelounge-4.3.0/test/src/helperTest.js
|
|
@@ -45,11 +45,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} /);
|
|
});
|
|
|