Revert "Video6 uploaded"

This commit is contained in:
Håkan Båstedt
2024-01-06 22:22:12 +01:00
committed by GitHub
parent 4c4aa7aab1
commit 1d8adf2147
218 changed files with 1535 additions and 15159 deletions

View 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);
});
});