Migrate all remaining fixtures to jest expect

This commit is contained in:
Deven Bansod
2018-03-24 14:44:56 +05:30
parent db42a5d70f
commit c8d82d6483
265 changed files with 1763 additions and 1801 deletions

View File

@@ -28,5 +28,5 @@ tests.forEach(function (code) {
});
// Should create mapping
expect(res.map.mappings).not.toBe('');;
expect(res.map.mappings).not.toBe('');
});