UNPKG
@jupyterlite/terminal
Version:
latest (1.2.0)
next (0.2.0-a0)
1.2.0
1.1.0
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.2.0-a0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A terminal for JupyterLite
github.com/jupyterlite/terminal
jupyterlite/terminal
@jupyterlite/terminal
/
src
/
__tests__
/
jupyterlite_terminal.spec.ts
10 lines
(8 loc)
•
195 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Example of [Jest](https://jestjs.io/docs/getting-started) unit tests */
describe
(
'jupyterlite-terminal'
,
() =>
{
it
(
'should be tested'
,
() =>
{
expect
(
1
+
1
).
toEqual
(
2
); }); });