mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🎨
This commit is contained in:
@@ -897,7 +897,7 @@ describe('TextEditorComponent', () => {
|
||||
expect(component.getLineNumberGutterWidth()).toBe(originalLineNumberGutterWidth)
|
||||
})
|
||||
|
||||
describe('randomized test', () => {
|
||||
describe('randomized tests', () => {
|
||||
let originalTimeout
|
||||
|
||||
beforeEach(() => {
|
||||
@@ -909,7 +909,7 @@ describe('TextEditorComponent', () => {
|
||||
jasmine.getEnv().defaultTimeoutInterval = originalTimeout
|
||||
})
|
||||
|
||||
it('randomized insertions and deletions', async () => {
|
||||
it('renders the visible rows correctly after randomly mutating the editor', async () => {
|
||||
const initialSeed = Date.now()
|
||||
for (var i = 0; i < 50; i++) {
|
||||
let seed = initialSeed + i
|
||||
|
||||
Reference in New Issue
Block a user