Bug 1518613 - [release 118] Update Github to reflect MC (#7678). r=dwalsh

This commit is contained in:
Jason Laster 2019-01-08 15:49:11 -05:00
parent 2cfd139639
commit bf7d363f2e
3 changed files with 576 additions and 576 deletions

File diff suppressed because one or more lines are too long

View File

@ -393,7 +393,7 @@ function generateDefaults(overrides) {
autoExpandAll: true,
selectSource: jest.fn(),
setExpandedState: jest.fn(),
sources: defaultSources,
sources: { FakeThread: defaultSources },
debuggeeUrl: "http://mdn.com",
clearProjectDirectoryRoot: jest.fn(),
setProjectDirectoryRoot: jest.fn(),

View File

@ -4,7 +4,7 @@
// @flow
/**
* This file maps the SVG React Components in the assets/images directory.
* This file maps the SVG React Components in the images directory.
*/
import Svg from "../../../images/Svg";