accepts message with ""

This commit is contained in:
Mohammed Ashab Uddin
2020-08-03 10:54:48 +04:00
parent 758c284787
commit 3bb0dbd2a4
4 changed files with 45 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ describe('Entity', () => {
expect(a.selectedData).to.equals('gada');
});
it.only('Test: selectedData() = false', () => {
it('Test: selectedData() = false', () => {
let a = new Entity();
a.addData('hello world', new Website('hello world'));
a.addData('gada', new Website('gada'));