NET-Web-API-w-Angular/my-app/node_modules/karma-chrome-launcher/examples/simple/index.spec.js

8 lines
124 B
JavaScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
/* eslint-env mocha */
describe('ChromeLauncher', function () {
it('works', function () {
return 1 + 1 === 2
})
})