mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Added test
This commit is contained in:
@@ -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,
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user