Added test

This commit is contained in:
Vic
2023-10-24 12:29:07 +02:00
committed by GitHub
parent 619ccc8f01
commit 29b2a212a7

View File

@@ -29,4 +29,11 @@ Tinytest.add('modern-browsers - versions - basic', function (test) {
minor: 5,
patch: 2,
}));
test.isTrue(isModern({
name: "appleMail",
major: 605,
minor: 1,
patch: 15,
}));
});