blob: d2df141b5403bc868c1f192506053e0314616435 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/base/base.html">
<script src="/chai/chai.js"></script>
<script>
'use strict';
/**
* Alias chai assert to the global assert.
*/
global.assert = chai.assert;
</script>
<link rel="import" href="/base/unittest/suite_loader.html">
<link rel="import" href="/base/unittest/test_case.html">
<link rel="import" href="/base/unittest/test_suite.html">
<link rel="import" href="/base/unittest/test_runner.html">
<script>
'use strict';
tr.exportTo('tr.b.unittest', function() {
return {
};
});
</script>