Fixed clientside emoji tests leaving behind a temporary file (#3691)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3f8dda6f5a
Коммит
0b5a25a39e
@@ -17,6 +17,10 @@ describe('Client.Emoji', function() {
|
||||
fs.writeFileSync(testGif, buffer);
|
||||
});
|
||||
|
||||
after(function() {
|
||||
fs.unlinkSync('test.gif');
|
||||
});
|
||||
|
||||
it('addEmoji', function(done) {
|
||||
TestHelper.initBasic(() => {
|
||||
const name = TestHelper.generateId();
|
||||
|
||||
Ссылка в новой задаче
Block a user