2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

test: Remove .only

This commit is contained in:
Faris Ansari 2019-10-23 12:02:34 +05:30
parent 9ca6c99012
commit 713cf65f2f

View File

@ -119,7 +119,7 @@ describe('Document', () => {
assert.equal(user.roles[0].parentfield, 'roles'); assert.equal(user.roles[0].parentfield, 'roles');
}); });
it.only('should convert children objects to BaseDocument', async () => { it('should convert children objects to BaseDocument', async () => {
if (!await frappe.db.exists('Role', 'Test Role 1')) { if (!await frappe.db.exists('Role', 'Test Role 1')) {
await frappe.insert({doctype: 'Role', name: 'Test Role'}); await frappe.insert({doctype: 'Role', name: 'Test Role'});
await frappe.insert({doctype: 'Role', name: 'Test Role 1'}); await frappe.insert({doctype: 'Role', name: 'Test Role 1'});