Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit ab386ff

Browse files
Kevin Mansonneolitec
authored andcommitted
test(oui-datagrid): remove console.log
1 parent 6015c36 commit ab386ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/oui-datagrid/src/index.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,6 @@ describe("ouiDatagrid", () => {
874874
rows: fakeData.slice(0, 5)
875875
});
876876

877-
console.log(element);
878-
879877
expect(element.text()).toContain("PLACEHOLDER");
880878
});
881879

0 commit comments

Comments
 (0)