Skip to content

Commit

Permalink
Bug 1554162 - Enable ESLint for startupcache/. r=froydnj
Browse files Browse the repository at this point in the history
Depends on D32493

Differential Revision: https://phabricator.services.mozilla.com/D32494

--HG--
rename : startupcache/test/browser.ini => startupcache/test/browser/browser.ini
rename : startupcache/test/browser_startupcache_telemetry.js => startupcache/test/browser/browser_startupcache_telemetry.js
extra : moz-landing-system : lando
  • Loading branch information
Standard8 committed May 25, 2019
1 parent 1f04386 commit e88940a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ netwerk/cookie/test/browser/**
netwerk/test/browser/**
netwerk/test/mochitests/**
netwerk/test/unit*/**
startupcache/**

# We currently have no js files in these directories, so we ignore them by
# default to aid ESLint's performance.
Expand Down
2 changes: 1 addition & 1 deletion startupcache/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with Files("**"):
BUG_COMPONENT = ("Core", "XPCOM")

TEST_DIRS += ['test']
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']

EXPORTS.mozilla.scache += [
'StartupCache.h',
Expand Down
File renamed without changes.

0 comments on commit e88940a

Please sign in to comment.