We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740e2b9 commit f3637e3Copy full SHA for f3637e3
tests/tests.ts
@@ -1,5 +1,4 @@
1
-import { String, StringBuilder } from '../index';
2
-import { $String } from '../string';
+import { String, $String, StringBuilder } from '../index';
3
import { Fruit } from './fruit';
4
import { expect } from 'chai';
5
import 'mocha';
0 commit comments