Reshuffle file structure
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
describe("backup", function() {
|
||||
|
||||
beforeEach(function() {
|
||||
});
|
||||
|
||||
it("should return false for button control", function() {
|
||||
// arrange
|
||||
const control = { type: 'button' };
|
||||
// act
|
||||
var result = isBackedUp(control);
|
||||
// assert
|
||||
expect(result).toEqual(false);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user