OLD | NEW |
(Empty) | |
| 1 dart_library.library('lib/html/geolocation_test', null, /* Imports */[ |
| 2 'dart_sdk', |
| 3 'unittest' |
| 4 ], function load__geolocation_test(exports, dart_sdk, unittest) { |
| 5 'use strict'; |
| 6 const core = dart_sdk.core; |
| 7 const html = dart_sdk.html; |
| 8 const dart = dart_sdk.dart; |
| 9 const dartx = dart_sdk.dartx; |
| 10 const html_config = unittest.html_config; |
| 11 const unittest$ = unittest.unittest; |
| 12 const src__matcher__expect = unittest.src__matcher__expect; |
| 13 const src__matcher__core_matchers = unittest.src__matcher__core_matchers; |
| 14 const geolocation_test = Object.create(null); |
| 15 let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionT
ype(dart.dynamic, [])))(); |
| 16 geolocation_test.main = function() { |
| 17 html_config.useHtmlConfiguration(); |
| 18 unittest$.test('is not null', dart.fn(() => { |
| 19 src__matcher__expect.expect(html.window[dartx.navigator][dartx.geolocation
], src__matcher__core_matchers.isNotNull); |
| 20 }, VoidTodynamic())); |
| 21 }; |
| 22 dart.fn(geolocation_test.main, VoidTodynamic()); |
| 23 // Exports: |
| 24 exports.geolocation_test = geolocation_test; |
| 25 }); |
OLD | NEW |