chore: 整理 third-party Dark Reader 目录并移除本地说明文件跟踪
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
describe('News', () => {
|
||||
const newsSelector = 'div.news.news--expanded';
|
||||
|
||||
it('should display news', async () => {
|
||||
await backgroundUtils.setNews([{
|
||||
id: 'some',
|
||||
date: '10',
|
||||
url: '/',
|
||||
headline: 'Test news',
|
||||
}]);
|
||||
|
||||
popupUtils.exists(newsSelector);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user