mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
Merge branch 'stdlib-types' into platform
# Conflicts: # packages/stdlib/package.json # packages/stdlib/src/math/basic/remap/index.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { Stack } from './index';
|
||||
|
||||
describe('Stack', () => {
|
||||
describe('stack', () => {
|
||||
describe('constructor', () => {
|
||||
it('create an empty stack if no initial values are provided', () => {
|
||||
const stack = new Stack<number>();
|
||||
|
||||
Reference in New Issue
Block a user