# Testing

## Unit Testing

```bash
npm run test:unit
```

## Fixture Testing

```bash
npm run test:fixture
```

## E2E Testing

```bash
npm run test:e2e
```

Run single test

```bash
npm run test:e2e vue-i18n
```

Update snapshot

```bash
npm run test:e2e:update
```
