Reshuffle file structure
This commit is contained in:
14
EEPROM_generator/spec/backupSpec.js
Normal file
14
EEPROM_generator/spec/backupSpec.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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