Skip to content

Commit

Permalink
Fix the e2e_closure_test.
Browse files Browse the repository at this point in the history
By including the missing jsprovide.js in it.
  • Loading branch information
mprobst committed Sep 25, 2020
1 parent 1b21f2a commit 0a0b1b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/e2e_closure_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ describe('golden file tests', () => {
'src/closure_externs.js',
'third_party/tslib/externs.js',
'third_party/tslib/tslib.js',
'test_files/fake_goog_reflect.js',
'test_files/augment/shim.js',
'test_files/clutz_type_value.no_externs/type_value.js',
'test_files/clutz.no_externs/default_export.js',
'test_files/clutz.no_externs/some_name_space.js',
'test_files/clutz.no_externs/some_other.js',
'test_files/clutz_type_value.no_externs/type_value.js',
'test_files/declare/shim.js',
'test_files/declare_export_dts/shim.js',
'test_files/import_from_goog.no_externs/closure_Module.js',
'test_files/declare/shim.js',
'test_files/export_equals.shim/shim.js',
'test_files/fake_goog_reflect.js',
'test_files/import_by_path.no_externs/jsprovides.js',
'test_files/import_from_goog.no_externs/closure_LegacyModule.js',
'test_files/import_from_goog.no_externs/closure_Module.js',
'test_files/import_from_goog.no_externs/closure_OtherModule.js',
'test_files/export_equals.shim/shim.js',
'test_files/type_propaccess.no_externs/nested_clazz.js',
);
const externs = tests.map(t => t.externsPath()).filter(fs.existsSync);
Expand Down

0 comments on commit 0a0b1b5

Please sign in to comment.