mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-19 15:54:00 +02:00
committed by
Kumar McMillan
parent
01181a350b
commit
395786e353
@@ -0,0 +1,9 @@
|
||||
describe('Background', function() {
|
||||
describe('ping', function() {
|
||||
it('should return pong in response', function() {
|
||||
Background.ping(false, false, function(response) {
|
||||
expect(response).to.equal('pong');
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user